@propulsionworks/cloudformation 0.1.17 → 0.1.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (72) hide show
  1. package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +25 -28
  2. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
  3. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +1 -0
  4. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
  5. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +3 -3
  6. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +16 -0
  7. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +16 -0
  8. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
  9. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +75 -10
  10. package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
  11. package/out/exports/resources.generated/aws-cassandra-table.d.ts +5 -0
  12. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -1
  13. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
  14. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
  15. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +5 -1
  17. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -1
  18. package/out/exports/resources.generated/aws-connect-instance.d.ts +25 -0
  19. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +8 -8
  20. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +3 -2
  21. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
  22. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
  24. package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-dax-cluster.d.ts +4 -0
  26. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +9 -0
  27. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
  30. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +6 -0
  31. package/out/exports/resources.generated/aws-ecs-service.d.ts +208 -7
  32. package/out/exports/resources.generated/aws-events-eventbus.d.ts +16 -0
  33. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +7 -0
  35. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +7 -0
  36. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
  37. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +80 -0
  38. package/out/exports/resources.generated/aws-lightsail-domain.d.ts +78 -0
  39. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +1 -1
  40. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
  41. package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-medialive-channel.d.ts +44 -1
  43. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +232 -18
  45. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-omics-workflow.d.ts +11 -13
  47. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  48. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
  49. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +15 -2
  50. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +5 -1
  51. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +8 -0
  52. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +58 -0
  53. package/out/exports/resources.generated/aws-s3-bucket.d.ts +113 -4
  54. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +6 -1
  55. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +51 -0
  56. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +30 -2
  57. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
  58. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +114 -0
  59. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +39 -0
  60. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +22 -0
  61. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +6 -1
  62. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +6 -1
  63. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +6 -1
  64. package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
  65. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
  66. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
  67. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +17 -2
  68. package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
  69. package/out/exports/resources.generated/aws-transfer-server.d.ts +22 -2
  70. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +21 -0
  71. package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +149 -0
  72. package/package.json +1 -1
@@ -223,6 +223,17 @@ export type RDSDBInstanceProps = {
223
223
  */
224
224
  BackupRetentionPeriod?: number | undefined;
225
225
  /**
226
+ * The location for storing automated backups and manual snapshots.
227
+ *
228
+ * Valid Values:
229
+ *
230
+ * - `local` (Dedicated Local Zone)
231
+ * - `outposts` ( AWS Outposts)
232
+ * - `region` ( AWS Region )
233
+ *
234
+ * Default: `region`
235
+ *
236
+ * For more information, see [Working with Amazon RDS on AWS Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the *Amazon RDS User Guide* .
226
237
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-backuptarget}
227
238
  */
228
239
  BackupTarget?: string | undefined;
@@ -1218,6 +1229,11 @@ export type RDSDBInstanceAttribs = {
1218
1229
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbinstancearn}
1219
1230
  */
1220
1231
  DBInstanceArn: string;
1232
+ /**
1233
+ * The current state of this DB instance.
1234
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbinstancestatus}
1235
+ */
1236
+ DBInstanceStatus: string;
1221
1237
  /**
1222
1238
  * The Oracle system ID (Oracle SID) for a container database (CDB). The Oracle SID is also the name of the CDB.
1223
1239
  *
@@ -1247,11 +1263,53 @@ export type RDSDBInstanceAttribs = {
1247
1263
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-endpoint.html#cfn-rds-dbinstance-endpoint-port}
1248
1264
  */
1249
1265
  "Endpoint.Port": string;
1266
+ /**
1267
+ * The date and time when the DB instance was created.
1268
+ * @format date-time
1269
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-instancecreatetime}
1270
+ */
1271
+ InstanceCreateTime: string;
1272
+ /**
1273
+ * Indicates whether an upgrade is recommended for the storage file system configuration on the DB instance.
1274
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-isstorageconfigupgradeavailable}
1275
+ */
1276
+ IsStorageConfigUpgradeAvailable: boolean;
1277
+ /**
1278
+ * The latest time to which a database in this DB instance can be restored with point-in-time restore.
1279
+ * @format date-time
1280
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-latestrestorabletime}
1281
+ */
1282
+ LatestRestorableTime: string;
1283
+ /**
1284
+ * Specifies the DNS address of the DB instance.
1285
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-endpoint.html#cfn-rds-dbinstance-endpoint-address}
1286
+ */
1287
+ "ListenerEndpoint.Address": string;
1288
+ /**
1289
+ * Specifies the ID that Amazon Route 53 assigns when you create a hosted zone.
1290
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-endpoint.html#cfn-rds-dbinstance-endpoint-hostedzoneid}
1291
+ */
1292
+ "ListenerEndpoint.HostedZoneId": string;
1293
+ /**
1294
+ * Specifies the port that the database engine is listening on.
1295
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-endpoint.html#cfn-rds-dbinstance-endpoint-port}
1296
+ */
1297
+ "ListenerEndpoint.Port": string;
1250
1298
  /**
1251
1299
  * The Amazon Resource Name (ARN) of the secret. This parameter is a return value that you can retrieve using the `Fn::GetAtt` intrinsic function. For more information, see [Return values](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#aws-resource-rds-dbinstance-return-values) .
1252
1300
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbinstance-masterusersecret.html#cfn-rds-dbinstance-masterusersecret-secretarn}
1253
1301
  */
1254
1302
  "MasterUserSecret.SecretArn": string;
1303
+ /**
1304
+ * The identifiers of Aurora DB clusters to which the RDS DB instance is replicated as a read replica.
1305
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-readreplicadbclusteridentifiers}
1306
+ */
1307
+ ReadReplicaDBClusterIdentifiers: string[];
1308
+ /**
1309
+ * The identifiers of the read replicas associated with this DB instance.
1310
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-readreplicadbinstanceidentifiers}
1311
+ */
1312
+ ReadReplicaDBInstanceIdentifiers: string[];
1255
1313
  };
1256
1314
  /**
1257
1315
  * Information about an AWS Identity and Access Management (IAM) role that is associated with a DB instance.
@@ -61,7 +61,7 @@ export type S3BucketProps = {
61
61
  */
62
62
  IntelligentTieringConfigurations?: IntelligentTieringConfiguration[] | undefined;
63
63
  /**
64
- * Specifies the inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference* .
64
+ * Specifies the S3 Inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference* .
65
65
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-inventoryconfigurations}
66
66
  */
67
67
  InventoryConfigurations?: InventoryConfiguration[] | undefined;
@@ -75,6 +75,11 @@ export type S3BucketProps = {
75
75
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-loggingconfiguration}
76
76
  */
77
77
  LoggingConfiguration?: LoggingConfiguration | undefined;
78
+ /**
79
+ * The S3 Metadata configuration for a general purpose bucket.
80
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-metadataconfiguration}
81
+ */
82
+ MetadataConfiguration?: MetadataConfiguration | undefined;
78
83
  /**
79
84
  * The metadata table configuration of an Amazon S3 general purpose bucket.
80
85
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-metadatatableconfiguration}
@@ -171,6 +176,26 @@ export type S3BucketAttribs = {
171
176
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-dualstackdomainname}
172
177
  */
173
178
  DualStackDomainName: string;
179
+ /**
180
+ * The Amazon Resource Name (ARN) for the inventory table.
181
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventorytableconfiguration.html#cfn-s3-bucket-inventorytableconfiguration-tablearn}
182
+ */
183
+ "MetadataConfiguration.InventoryTableConfiguration.TableArn": string;
184
+ /**
185
+ * The name of the inventory table.
186
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventorytableconfiguration.html#cfn-s3-bucket-inventorytableconfiguration-tablename}
187
+ */
188
+ "MetadataConfiguration.InventoryTableConfiguration.TableName": string;
189
+ /**
190
+ * The Amazon Resource Name (ARN) for the journal table.
191
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-journaltableconfiguration.html#cfn-s3-bucket-journaltableconfiguration-tablearn}
192
+ */
193
+ "MetadataConfiguration.JournalTableConfiguration.TableArn": string;
194
+ /**
195
+ * The name of the journal table.
196
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-journaltableconfiguration.html#cfn-s3-bucket-journaltableconfiguration-tablename}
197
+ */
198
+ "MetadataConfiguration.JournalTableConfiguration.TableName": string;
174
199
  /**
175
200
  * The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.
176
201
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3tablesdestination.html#cfn-s3-bucket-s3tablesdestination-tablearn}
@@ -491,7 +516,7 @@ export type IntelligentTieringConfiguration = {
491
516
  Tierings: Tiering[];
492
517
  };
493
518
  /**
494
- * Specifies the inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference* .
519
+ * Specifies the S3 Inventory configuration for an Amazon S3 bucket. For more information, see [GET Bucket inventory](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html) in the *Amazon S3 API Reference* .
495
520
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventoryconfiguration.html}
496
521
  */
497
522
  export type InventoryConfiguration = {
@@ -531,6 +556,38 @@ export type InventoryConfiguration = {
531
556
  */
532
557
  ScheduleFrequency: "Daily" | "Weekly";
533
558
  };
559
+ /**
560
+ * The inventory table configuration for an S3 Metadata configuration.
561
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventorytableconfiguration.html}
562
+ */
563
+ export type InventoryTableConfiguration = {
564
+ /**
565
+ * The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.
566
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventorytableconfiguration.html#cfn-s3-bucket-inventorytableconfiguration-configurationstate}
567
+ */
568
+ ConfigurationState: "ENABLED" | "DISABLED";
569
+ /**
570
+ * The encryption configuration for the inventory table.
571
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-inventorytableconfiguration.html#cfn-s3-bucket-inventorytableconfiguration-encryptionconfiguration}
572
+ */
573
+ EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined;
574
+ };
575
+ /**
576
+ * The journal table configuration for an S3 Metadata configuration.
577
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-journaltableconfiguration.html}
578
+ */
579
+ export type JournalTableConfiguration = {
580
+ /**
581
+ * The encryption configuration for the journal table.
582
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-journaltableconfiguration.html#cfn-s3-bucket-journaltableconfiguration-encryptionconfiguration}
583
+ */
584
+ EncryptionConfiguration?: MetadataTableEncryptionConfiguration | undefined;
585
+ /**
586
+ * The journal table record expiration settings for the journal table.
587
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-journaltableconfiguration.html#cfn-s3-bucket-journaltableconfiguration-recordexpiration}
588
+ */
589
+ RecordExpiration: RecordExpiration;
590
+ };
534
591
  /**
535
592
  * Describes the AWS Lambda functions to invoke and the events for which to invoke them.
536
593
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lambdaconfiguration.html}
@@ -599,7 +656,27 @@ export type LoggingConfiguration = {
599
656
  TargetObjectKeyFormat?: TargetObjectKeyFormat | undefined;
600
657
  };
601
658
  /**
602
- * The metadata table configuration of an Amazon S3 general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) and [Setting up permissions for configuring metadata tables](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html) .
659
+ * Creates a V2 Amazon S3 Metadata configuration of a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide* .
660
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadataconfiguration.html}
661
+ */
662
+ export type MetadataConfiguration = {
663
+ /**
664
+ * The inventory table configuration for a metadata configuration.
665
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadataconfiguration.html#cfn-s3-bucket-metadataconfiguration-inventorytableconfiguration}
666
+ */
667
+ InventoryTableConfiguration?: InventoryTableConfiguration | undefined;
668
+ /**
669
+ * The journal table configuration for a metadata configuration.
670
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadataconfiguration.html#cfn-s3-bucket-metadataconfiguration-journaltableconfiguration}
671
+ */
672
+ JournalTableConfiguration: JournalTableConfiguration;
673
+ };
674
+ /**
675
+ * > We recommend that you create your S3 Metadata configurations by using the V2 [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type. We no longer recommend using the V1 `MetadataTableConfiguration` resource type.
676
+ * >
677
+ * > If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using the [MetadataConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-s3-bucket-metadataconfiguration.html) resource type so that you can expire journal table records and create a live inventory table.
678
+ *
679
+ * Creates a V1 S3 Metadata configuration for a general purpose bucket. For more information, see [Accelerating data discovery with S3 Metadata](https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html) in the *Amazon S3 User Guide* .
603
680
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadatatableconfiguration.html}
604
681
  */
605
682
  export type MetadataTableConfiguration = {
@@ -609,6 +686,22 @@ export type MetadataTableConfiguration = {
609
686
  */
610
687
  S3TablesDestination: S3TablesDestination;
611
688
  };
689
+ /**
690
+ * The encryption settings for an S3 Metadata journal table or inventory table configuration.
691
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadatatableencryptionconfiguration.html}
692
+ */
693
+ export type MetadataTableEncryptionConfiguration = {
694
+ /**
695
+ * If server-side encryption with AWS Key Management Service ( AWS KMS ) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
696
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadatatableencryptionconfiguration.html#cfn-s3-bucket-metadatatableencryptionconfiguration-kmskeyarn}
697
+ */
698
+ KmsKeyArn?: string | undefined;
699
+ /**
700
+ * The encryption type specified for a metadata table. To specify server-side encryption with AWS Key Management Service ( AWS KMS ) keys (SSE-KMS), use the `aws:kms` value. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use the `AES256` value.
701
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metadatatableencryptionconfiguration.html#cfn-s3-bucket-metadatatableencryptionconfiguration-ssealgorithm}
702
+ */
703
+ SseAlgorithm: "aws:kms" | "AES256";
704
+ };
612
705
  /**
613
706
  * A container specifying replication metrics-related settings enabling replication metrics and events.
614
707
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-metrics.html}
@@ -864,6 +957,22 @@ export type QueueConfiguration = {
864
957
  */
865
958
  Queue: string;
866
959
  };
960
+ /**
961
+ * The journal table record expiration settings for a journal table in an S3 Metadata configuration.
962
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-recordexpiration.html}
963
+ */
964
+ export type RecordExpiration = {
965
+ /**
966
+ * If you enable journal table record expiration, you can set the number of days to retain your journal table records. Journal table records must be retained for a minimum of 7 days. To set this value, specify any whole number from `7` to `2147483647` . For example, to retain your journal table records for one year, set this value to `365` .
967
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-recordexpiration.html#cfn-s3-bucket-recordexpiration-days}
968
+ */
969
+ Days?: number | undefined;
970
+ /**
971
+ * Specifies whether journal table record expiration is enabled or disabled.
972
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-recordexpiration.html#cfn-s3-bucket-recordexpiration-expiration}
973
+ */
974
+ Expiration: "ENABLED" | "DISABLED";
975
+ };
867
976
  /**
868
977
  * Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.
869
978
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-redirectallrequeststo.html}
@@ -1272,7 +1381,7 @@ export type S3KeyFilter = {
1272
1381
  Rules: FilterRule[];
1273
1382
  };
1274
1383
  /**
1275
- * The destination information for the metadata table configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.
1384
+ * The destination information for a V1 S3 Metadata configuration. The destination table bucket must be in the same Region and AWS account as the general purpose bucket. The specified metadata table name must be unique within the `aws_s3_metadata` namespace in the destination table bucket.
1276
1385
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-s3tablesdestination.html}
1277
1386
  */
1278
1387
  export type S3TablesDestination = {
@@ -1,4 +1,4 @@
1
- import type { ResourceDefinitionWithAttributes } from "../main.ts";
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
3
  * The `AWS::S3Express::DirectoryBucket` resource defines an Amazon S3 directory bucket in the same AWS Region where you create the AWS CloudFormation stack.
4
4
  *
@@ -118,6 +118,11 @@ export type S3ExpressDirectoryBucketProps = {
118
118
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-locationname}
119
119
  */
120
120
  LocationName: string;
121
+ /**
122
+ * An array of tags that you can apply to the S3 directory bucket. Tags are key-value pairs of metadata used to categorize and organize your buckets, track costs, and control access. For more information, see [Using tags with directory buckets](https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-tagging.html) .
123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#cfn-s3express-directorybucket-tags}
124
+ */
125
+ Tags?: Tag[] | undefined;
121
126
  };
122
127
  /**
123
128
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-directorybucket.html#aws-resource-s3express-directorybucket-return-values}
@@ -0,0 +1,51 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * Creates a new maintenance configuration or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
4
+ *
5
+ * - **Permissions** - You must have the `s3tables:PutTablePolicy` permission to use this operation.
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
7
+ */
8
+ export type S3TablesTablePolicy = ResourceDefinitionWithAttributes<"AWS::S3Tables::TablePolicy", S3TablesTablePolicyProps, S3TablesTablePolicyAttribs>;
9
+ /**
10
+ * Creates a new maintenance configuration or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
11
+ *
12
+ * - **Permissions** - You must have the `s3tables:PutTablePolicy` permission to use this operation.
13
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
14
+ */
15
+ export type S3TablesTablePolicyProps = {
16
+ /**
17
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-resourcepolicy}
18
+ */
19
+ ResourcePolicy: ResourcePolicy;
20
+ /**
21
+ * The Amazon Resource Name (ARN) of the specified table.
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablearn}
23
+ */
24
+ TableARN: string;
25
+ };
26
+ /**
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#aws-resource-s3tables-tablepolicy-return-values}
28
+ */
29
+ export type S3TablesTablePolicyAttribs = {
30
+ /**
31
+ * The namespace that the table belongs to.
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-namespace}
33
+ */
34
+ Namespace: string;
35
+ /**
36
+ * The Amazon Resource Name (ARN) of the specified table bucket.
37
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablebucketarn}
38
+ */
39
+ TableBucketARN: string;
40
+ /**
41
+ * The name for the table.
42
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html#cfn-s3tables-tablepolicy-tablename}
43
+ */
44
+ TableName: string;
45
+ };
46
+ /**
47
+ * A policy document containing permissions to add to the specified table. In IAM, you must provide policy documents in JSON format. However, in CloudFormation you can provide the policy in JSON or YAML format because CloudFormation converts YAML to JSON before submitting it to IAM.
48
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-tablepolicy-resourcepolicy.html}
49
+ */
50
+ export type ResourcePolicy = Record<string, unknown> | string;
51
+ //# sourceMappingURL=aws-s3tables-tablepolicy.d.ts.map
@@ -116,7 +116,7 @@ export type SageMakerDomainProps = {
116
116
  * *Pattern* : `[-0-9a-zA-Z]+`
117
117
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-subnetids}
118
118
  */
119
- SubnetIds: string[];
119
+ SubnetIds?: string[] | undefined;
120
120
  /**
121
121
  * Indicates whether the tags added to Domain, User Profile and Space entity is propagated to all SageMaker resources.
122
122
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-tagpropagation}
@@ -141,7 +141,7 @@ export type SageMakerDomainProps = {
141
141
  * @pattern [-0-9a-zA-Z]+
142
142
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#cfn-sagemaker-domain-vpcid}
143
143
  */
144
- VpcId: string;
144
+ VpcId?: string | undefined;
145
145
  };
146
146
  /**
147
147
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-domain.html#aws-resource-sagemaker-domain-return-values}
@@ -276,6 +276,10 @@ export type CustomFileSystemConfig = {
276
276
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customfilesystemconfig.html#cfn-sagemaker-domain-customfilesystemconfig-fsxlustrefilesystemconfig}
277
277
  */
278
278
  FSxLustreFileSystemConfig?: FSxLustreFileSystemConfig | undefined;
279
+ /**
280
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-customfilesystemconfig.html#cfn-sagemaker-domain-customfilesystemconfig-s3filesystemconfig}
281
+ */
282
+ S3FileSystemConfig?: S3FileSystemConfig | undefined;
279
283
  };
280
284
  /**
281
285
  * A custom SageMaker AI image. For more information, see [Bring your own SageMaker AI image](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html) .
@@ -731,6 +735,24 @@ export type ResourceSpec = {
731
735
  */
732
736
  SageMakerImageVersionArn?: string | undefined;
733
737
  };
738
+ /**
739
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-s3filesystemconfig.html}
740
+ */
741
+ export type S3FileSystemConfig = {
742
+ /**
743
+ * @minLength 0
744
+ * @maxLength 1024
745
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-s3filesystemconfig.html#cfn-sagemaker-domain-s3filesystemconfig-mountpath}
746
+ */
747
+ MountPath?: string | undefined;
748
+ /**
749
+ * @minLength 0
750
+ * @maxLength 1024
751
+ * @pattern (s3)://([^/]+)/?(.*)
752
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-s3filesystemconfig.html#cfn-sagemaker-domain-s3filesystemconfig-s3uri}
753
+ */
754
+ S3Uri?: string | undefined;
755
+ };
734
756
  /**
735
757
  * Specifies options when sharing an Amazon SageMaker Studio notebook. These settings are specified as part of `DefaultUserSettings` when the [CreateDomain](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html) API is called, and as part of `UserSettings` when the [CreateUserProfile](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html) API is called.
736
758
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-sharingsettings.html}
@@ -831,6 +853,12 @@ export type UnifiedStudioSettings = {
831
853
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-projects3path}
832
854
  */
833
855
  ProjectS3Path?: string | undefined;
856
+ /**
857
+ * The ARN of the application managed by SageMaker AI and SageMaker Unified Studio in the AWS IAM Identity Center.
858
+ * @pattern ^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso::[0-9]+:application/[a-zA-Z0-9-_.]+/apl-[a-zA-Z0-9]+$
859
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-singlesignonapplicationarn}
860
+ */
861
+ SingleSignOnApplicationArn?: string | undefined;
834
862
  /**
835
863
  * Sets whether you can access the domain in Amazon SageMaker Studio:
836
864
  *
@@ -782,7 +782,7 @@ export type TrainingMetric = {
782
782
  Value: number;
783
783
  };
784
784
  /**
785
- * Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.
785
+ * Information about the user who created or modified a SageMaker resource.
786
786
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-usercontext.html}
787
787
  */
788
788
  export type UserContext = {
@@ -47,6 +47,55 @@ export type SageMakerProjectProps = {
47
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-tags}
48
48
  */
49
49
  Tags?: Tag[] | undefined;
50
+ /**
51
+ * An array of template providers associated with the project.
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-templateproviderdetails}
53
+ */
54
+ TemplateProviderDetails?: TemplateProviderDetail[] | undefined;
55
+ } | {
56
+ /**
57
+ * The description of the project.
58
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-projectdescription}
59
+ */
60
+ ProjectDescription?: string | undefined;
61
+ /**
62
+ * The name of the project.
63
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-projectname}
64
+ */
65
+ ProjectName: string;
66
+ /**
67
+ * Details of a provisioned service catalog product. For information about service catalog, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
68
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-servicecatalogprovisionedproductdetails}
69
+ */
70
+ ServiceCatalogProvisionedProductDetails?: {
71
+ ProvisionedProductId?: string | undefined;
72
+ ProvisionedProductStatusMessage?: string | undefined;
73
+ } | undefined;
74
+ /**
75
+ * The product ID and provisioning artifact ID to provision a service catalog. For information, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-servicecatalogprovisioningdetails}
77
+ */
78
+ ServiceCatalogProvisioningDetails?: {
79
+ PathId?: string | undefined;
80
+ ProductId: string;
81
+ ProvisioningArtifactId?: string | undefined;
82
+ /**
83
+ * Parameters specified by the administrator that are required for provisioning the product.
84
+ */
85
+ ProvisioningParameters?: ProvisioningParameter[] | undefined;
86
+ } | undefined;
87
+ /**
88
+ * A list of key-value pairs to apply to this resource.
89
+ *
90
+ * For more information, see [Resource Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) and [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what) in the *AWS Billing and Cost Management User Guide* .
91
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-tags}
92
+ */
93
+ Tags?: Tag[] | undefined;
94
+ /**
95
+ * An array of template providers associated with the project.
96
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#cfn-sagemaker-project-templateproviderdetails}
97
+ */
98
+ TemplateProviderDetails: TemplateProviderDetail[];
50
99
  };
51
100
  /**
52
101
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-project.html#aws-resource-sagemaker-project-return-values}
@@ -73,6 +122,60 @@ export type SageMakerProjectAttribs = {
73
122
  */
74
123
  ProjectStatus: "Pending" | "CreateInProgress" | "CreateCompleted" | "CreateFailed" | "DeleteInProgress" | "DeleteFailed" | "DeleteCompleted";
75
124
  };
125
+ /**
126
+ * A key-value pair representing a parameter used in the CloudFormation stack.
127
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html}
128
+ */
129
+ export type CfnStackParameter = {
130
+ /**
131
+ * The name of the CloudFormation parameter.
132
+ * @minLength 1
133
+ * @maxLength 255
134
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html#cfn-sagemaker-project-cfnstackparameter-key}
135
+ */
136
+ Key: string;
137
+ /**
138
+ * The value of the CloudFormation parameter.
139
+ * @maxLength 4096
140
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfnstackparameter.html#cfn-sagemaker-project-cfnstackparameter-value}
141
+ */
142
+ Value: string;
143
+ };
144
+ /**
145
+ * Details about a CloudFormation template provider configuration and associated provisioning information.
146
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html}
147
+ */
148
+ export type CfnTemplateProviderDetail = {
149
+ /**
150
+ * An array of CloudFormation stack parameters.
151
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-parameters}
152
+ */
153
+ Parameters?: CfnStackParameter[] | undefined;
154
+ /**
155
+ * The IAM role used by CloudFormation to create the stack.
156
+ * @minLength 20
157
+ * @maxLength 2048
158
+ * @pattern arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+
159
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-rolearn}
160
+ */
161
+ RoleARN?: string | undefined;
162
+ /**
163
+ * The unique identifier of the template within the project.
164
+ * @minLength 1
165
+ * @maxLength 32
166
+ * @pattern (?=.{1,32}$)[a-zA-Z0-9](-*[a-zA-Z0-9])*
167
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-templatename}
168
+ */
169
+ TemplateName: string;
170
+ /**
171
+ * The Amazon S3 URL of the CloudFormation template.
172
+ * @minLength 1
173
+ * @maxLength 1024
174
+ * @pattern (?=.{1,1024}$)(https)://([^/]+)/(.+)
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-cfntemplateproviderdetail.html#cfn-sagemaker-project-cfntemplateproviderdetail-templateurl}
176
+ */
177
+ TemplateURL: string;
178
+ };
76
179
  /**
77
180
  * A key value pair used when you provision a project as a service catalog product. For information, see [What is AWS Service Catalog](https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html) .
78
181
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-provisioningparameter.html}
@@ -94,4 +197,15 @@ export type ProvisioningParameter = {
94
197
  */
95
198
  Value: string;
96
199
  };
200
+ /**
201
+ * Details about a template provider configuration and associated provisioning information.
202
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.html}
203
+ */
204
+ export type TemplateProviderDetail = {
205
+ /**
206
+ * Details about a CloudFormation template provider configuration and associated provisioning information.
207
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-project-templateproviderdetail.html#cfn-sagemaker-project-templateproviderdetail-cfntemplateproviderdetail}
208
+ */
209
+ CfnTemplateProviderDetail: CfnTemplateProviderDetail;
210
+ };
97
211
  //# sourceMappingURL=aws-sagemaker-project.d.ts.map
@@ -109,6 +109,10 @@ export type CustomFileSystem = {
109
109
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-customfilesystem.html#cfn-sagemaker-space-customfilesystem-fsxlustrefilesystem}
110
110
  */
111
111
  FSxLustreFileSystem?: FSxLustreFileSystem | undefined;
112
+ /**
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-customfilesystem.html#cfn-sagemaker-space-customfilesystem-s3filesystem}
114
+ */
115
+ S3FileSystem?: S3FileSystem | undefined;
112
116
  };
113
117
  /**
114
118
  * A custom SageMaker AI image. For more information, see [Bring your own SageMaker AI image](https://docs.aws.amazon.com/sagemaker/latest/dg/studio-byoi.html) .
@@ -237,6 +241,11 @@ export type OwnershipSettings = {
237
241
  */
238
242
  OwnerUserProfileName: string;
239
243
  };
244
+ /**
245
+ * The flag to enable/disable remote access for a space.
246
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-remoteaccess.html}
247
+ */
248
+ export type RemoteAccess = "ENABLED" | "DISABLED";
240
249
  /**
241
250
  * Specifies the ARN's of a SageMaker AI image and SageMaker AI image version, and the instance type that the version runs on.
242
251
  *
@@ -275,6 +284,18 @@ export type ResourceSpec = {
275
284
  */
276
285
  SageMakerImageVersionArn?: string | undefined;
277
286
  };
287
+ /**
288
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-s3filesystem.html}
289
+ */
290
+ export type S3FileSystem = {
291
+ /**
292
+ * @minLength 0
293
+ * @maxLength 1024
294
+ * @pattern (s3)://([^/]+)/?(.*)
295
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-s3filesystem.html#cfn-sagemaker-space-s3filesystem-s3uri}
296
+ */
297
+ S3Uri?: string | undefined;
298
+ };
278
299
  /**
279
300
  * Settings that are used to configure and manage the lifecycle of Amazon SageMaker Studio applications in a space.
280
301
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spaceapplifecyclemanagement.html}
@@ -336,6 +357,11 @@ export type SpaceJupyterLabAppSettings = {
336
357
  */
337
358
  DefaultResourceSpec?: ResourceSpec | undefined;
338
359
  };
360
+ /**
361
+ * The flag to enable/disable creation of space managed resources.
362
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacemanagedresources.html}
363
+ */
364
+ export type SpaceManagedResources = "ENABLED" | "DISABLED";
339
365
  /**
340
366
  * A collection of space settings.
341
367
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html}
@@ -373,6 +399,19 @@ export type SpaceSettings = {
373
399
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-kernelgatewayappsettings}
374
400
  */
375
401
  KernelGatewayAppSettings?: KernelGatewayAppSettings | undefined;
402
+ /**
403
+ * A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
404
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-remoteaccess}
405
+ */
406
+ RemoteAccess?: RemoteAccess | undefined;
407
+ /**
408
+ * If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:
409
+ *
410
+ * - The user profile that possesses the space.
411
+ * - The app that the space contains.
412
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-spacemanagedresources}
413
+ */
414
+ SpaceManagedResources?: SpaceManagedResources | undefined;
376
415
  /**
377
416
  * The storage settings for a space.
378
417
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-spacestoragesettings}