@propulsionworks/cloudformation 0.1.20 → 0.1.21

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 (50) hide show
  1. package/out/exports/resources.generated/aws-appconfig-configurationprofile.d.ts +3 -3
  2. package/out/exports/resources.generated/aws-appconfig-deployment.d.ts +5 -0
  3. package/out/exports/resources.generated/aws-arcregionswitch-plan.d.ts +132 -0
  4. package/out/exports/resources.generated/aws-athena-datacatalog.d.ts +15 -6
  5. package/out/exports/resources.generated/aws-athena-workgroup.d.ts +3 -3
  6. package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +7 -0
  7. package/out/exports/resources.generated/aws-batch-serviceenvironment.d.ts +1 -1
  8. package/out/exports/resources.generated/aws-codebuild-project.d.ts +17 -0
  9. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +13 -0
  10. package/out/exports/resources.generated/aws-deadline-monitor.d.ts +6 -1
  11. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +5 -1
  12. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +4 -53
  13. package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +1 -1
  14. package/out/exports/resources.generated/aws-ec2-transitgatewayconnectpeer.d.ts +5 -4
  15. package/out/exports/resources.generated/aws-ecr-repository.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +2 -2
  17. package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
  18. package/out/exports/resources.generated/aws-eks-cluster.d.ts +5 -0
  19. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -0
  20. package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +16 -0
  21. package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -9
  22. package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +46 -2
  23. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +1 -1
  24. package/out/exports/resources.generated/aws-lambda-url.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-lambda-version.d.ts +1 -1
  26. package/out/exports/resources.generated/aws-logs-destination.d.ts +1 -1
  27. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +18 -0
  28. package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +36 -6
  29. package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +16 -9
  30. package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +8 -8
  31. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +36 -22
  32. package/out/exports/resources.generated/aws-networkfirewall-vpcendpointassociation.d.ts +3 -3
  33. package/out/exports/resources.generated/aws-opsworks-app.d.ts +4 -4
  34. package/out/exports/resources.generated/aws-opsworks-elasticloadbalancerattachment.d.ts +1 -1
  35. package/out/exports/resources.generated/aws-opsworks-instance.d.ts +14 -14
  36. package/out/exports/resources.generated/aws-opsworks-layer.d.ts +8 -8
  37. package/out/exports/resources.generated/aws-opsworks-stack.d.ts +25 -25
  38. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +2 -2
  39. package/out/exports/resources.generated/aws-pcs-cluster.d.ts +4 -0
  40. package/out/exports/resources.generated/aws-qbusiness-webexperience.d.ts +1 -1
  41. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +5 -0
  42. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +4 -29
  43. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +1 -1
  45. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +11 -2
  46. package/out/exports/resources.generated/aws-sagemaker-processingjob.d.ts +72 -46
  47. package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +3 -5
  48. package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +7 -0
  49. package/out/exports/resources.generated/aws-workspacesweb-sessionlogger.d.ts +125 -0
  50. package/package.json +1 -1
@@ -34,24 +34,33 @@ export type AthenaDataCatalogProps = {
34
34
  */
35
35
  Name: string;
36
36
  /**
37
- * Specifies the Lambda function or functions to use for the data catalog. The mapping used depends on the catalog type.
37
+ * Specifies the Lambda function or functions to use for creating the data catalog. This is a mapping whose values depend on the catalog type.
38
38
  *
39
- * - The `HIVE` data catalog type uses the following syntax. The `metadata-function` parameter is required. `The sdk-version` parameter is optional and defaults to the currently supported version.
39
+ * - For the `HIVE` data catalog type, use the following syntax. The `metadata-function` parameter is required. `The sdk-version` parameter is optional and defaults to the currently supported version.
40
40
  *
41
41
  * `metadata-function= *lambda_arn* , sdk-version= *version_number*`
42
- * - The `LAMBDA` data catalog type uses one of the following sets of required parameters, but not both.
42
+ * - For the `LAMBDA` data catalog type, use one of the following sets of required parameters, but not both.
43
43
  *
44
- * - When one Lambda function processes metadata and another Lambda function reads data, the following syntax is used. Both parameters are required.
44
+ * - If you have one Lambda function that processes metadata and another for reading the actual data, use the following syntax. Both parameters are required.
45
45
  *
46
46
  * `metadata-function= *lambda_arn* , record-function= *lambda_arn*`
47
- * - A composite Lambda function that processes both metadata and data uses the following syntax.
47
+ * - If you have a composite Lambda function that processes both metadata and data, use the following syntax to specify your Lambda function.
48
48
  *
49
49
  * `function= *lambda_arn*`
50
- * - The `GLUE` type takes a catalog ID parameter and is required. The `*catalog_id*` is the account ID of the AWS account to which the Glue catalog belongs.
50
+ * - The `GLUE` type takes a catalog ID parameter and is required. The `*catalog_id*` is the account ID of the AWS account to which the AWS Glue Data Catalog belongs.
51
51
  *
52
52
  * `catalog-id= *catalog_id*`
53
53
  *
54
54
  * - The `GLUE` data catalog type also applies to the default `AwsDataCatalog` that already exists in your account, of which you can have only one and cannot modify.
55
+ * - The `FEDERATED` data catalog type uses one of the following parameters, but not both. Use `connection-arn` for an existing AWS Glue connection. Use `connection-type` and `connection-properties` to specify the configuration setting for a new connection.
56
+ *
57
+ * - `connection-arn: *<glue_connection_arn_to_reuse>*`
58
+ * - `lambda-role-arn` (optional): The execution role to use for the Lambda function. If not provided, one is created.
59
+ * - `connection-type:MYSQL|REDSHIFT|...., connection-properties:" *<json_string>* "`
60
+ *
61
+ * For *`<json_string>`* , use escaped JSON text, as in the following example.
62
+ *
63
+ * `"{\"spill_bucket\":\"my_spill\",\"spill_prefix\":\"athena-spill\",\"host\":\"abc12345.snowflakecomputing.com\",\"port\":\"1234\",\"warehouse\":\"DEV_WH\",\"database\":\"TEST\",\"schema\":\"PUBLIC\",\"SecretArn\":\"arn:aws:secretsmanager:ap-south-1:111122223333:secret:snowflake-XHb67j\"}"`
55
64
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-athena-datacatalog.html#cfn-athena-datacatalog-parameters}
56
65
  */
57
66
  Parameters?: Record<string, string> | undefined;
@@ -195,9 +195,9 @@ export type ResultConfigurationUpdates = {
195
195
  */
196
196
  EncryptionConfiguration?: EncryptionConfiguration | undefined;
197
197
  /**
198
- * The AWS account ID that you expect to be the owner of the Amazon S3 bucket specified by `ResultConfiguration$OutputLocation` . If set, Athena uses the value for `ExpectedBucketOwner` when it makes Amazon S3 calls to your specified output location. If the `ExpectedBucketOwner` AWS account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error.
198
+ * The AWS account ID that you expect to be the owner of the Amazon S3 bucket specified by [](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-outputlocation) . If set, Athena uses the value for `ExpectedBucketOwner` when it makes Amazon S3 calls to your specified output location. If the `ExpectedBucketOwner` AWS account ID does not match the actual owner of the Amazon S3 bucket, the call fails with a permissions error.
199
199
  *
200
- * If workgroup settings override client-side settings, then the query uses the `ExpectedBucketOwner` setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See `WorkGroupConfiguration$EnforceWorkGroupConfiguration` and [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
200
+ * If workgroup settings override client-side settings, then the query uses the `ExpectedBucketOwner` setting that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See [](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-enforceworkgroupconfiguration) and [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
201
201
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-expectedbucketowner}
202
202
  */
203
203
  ExpectedBucketOwner?: string | undefined;
@@ -217,7 +217,7 @@ export type ResultConfigurationUpdates = {
217
217
  */
218
218
  RemoveEncryptionConfiguration?: boolean | undefined;
219
219
  /**
220
- * If set to "true", removes the AWS account ID previously specified for `ResultConfiguration$ExpectedBucketOwner` . If set to "false" or not set, and a value is present in the `ExpectedBucketOwner` in `ResultConfigurationUpdates` (the client-side setting), the `ExpectedBucketOwner` in the workgroup's `ResultConfiguration` is updated with the new value. For more information, see [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
220
+ * If set to "true", removes the AWS account ID previously specified for [](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-properties-athena-workgroup-resultconfiguration.html#cfn-athena-workgroup-resultconfiguration-expectedbucketowner) . If set to "false" or not set, and a value is present in the `ExpectedBucketOwner` in `ResultConfigurationUpdates` (the client-side setting), the `ExpectedBucketOwner` in the workgroup's `ResultConfiguration` is updated with the new value. For more information, see [Workgroup Settings Override Client-Side Settings](https://docs.aws.amazon.com/athena/latest/ug/workgroups-settings-override.html) .
221
221
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfigurationupdates.html#cfn-athena-workgroup-resultconfigurationupdates-removeexpectedbucketowner}
222
222
  */
223
223
  RemoveExpectedBucketOwner?: boolean | undefined;
@@ -24,6 +24,7 @@ export type BatchJobQueueProps = {
24
24
  */
25
25
  JobQueueName?: string | undefined;
26
26
  /**
27
+ * The type of job queue. For service jobs that run on SageMaker AI , this value is `SAGEMAKER_TRAINING` . For regular container jobs, this value is `EKS` , `ECS` , or `ECS_FARGATE` depending on the compute environment.
27
28
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuetype}
28
29
  */
29
30
  JobQueueType?: string | undefined;
@@ -45,6 +46,7 @@ export type BatchJobQueueProps = {
45
46
  */
46
47
  SchedulingPolicyArn?: string | undefined;
47
48
  /**
49
+ * The order of the service environment associated with the job queue. Job queues with a higher priority are evaluated first when associated with the same service environment.
48
50
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-serviceenvironmentorder}
49
51
  */
50
52
  ServiceEnvironmentOrder?: ServiceEnvironmentOrder[] | undefined;
@@ -74,6 +76,7 @@ export type BatchJobQueueProps = {
74
76
  */
75
77
  JobQueueName?: string | undefined;
76
78
  /**
79
+ * The type of job queue. For service jobs that run on SageMaker AI , this value is `SAGEMAKER_TRAINING` . For regular container jobs, this value is `EKS` , `ECS` , or `ECS_FARGATE` depending on the compute environment.
77
80
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-jobqueuetype}
78
81
  */
79
82
  JobQueueType?: string | undefined;
@@ -95,6 +98,7 @@ export type BatchJobQueueProps = {
95
98
  */
96
99
  SchedulingPolicyArn?: string | undefined;
97
100
  /**
101
+ * The order of the service environment associated with the job queue. Job queues with a higher priority are evaluated first when associated with the same service environment.
98
102
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobqueue.html#cfn-batch-jobqueue-serviceenvironmentorder}
99
103
  */
100
104
  ServiceEnvironmentOrder: ServiceEnvironmentOrder[];
@@ -166,14 +170,17 @@ export type JobStateTimeLimitAction = {
166
170
  State: "RUNNABLE";
167
171
  };
168
172
  /**
173
+ * Specifies the order of a service environment for a job queue. This determines the priority order when multiple service environments are associated with the same job queue.
169
174
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobqueue-serviceenvironmentorder.html}
170
175
  */
171
176
  export type ServiceEnvironmentOrder = {
172
177
  /**
178
+ * The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.
173
179
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobqueue-serviceenvironmentorder.html#cfn-batch-jobqueue-serviceenvironmentorder-order}
174
180
  */
175
181
  Order: number;
176
182
  /**
183
+ * The name or ARN of the service environment.
177
184
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobqueue-serviceenvironmentorder.html#cfn-batch-jobqueue-serviceenvironmentorder-serviceenvironment}
178
185
  */
179
186
  ServiceEnvironment: string;
@@ -56,7 +56,7 @@ export type CapacityLimit = {
56
56
  */
57
57
  CapacityUnit?: string | undefined;
58
58
  /**
59
- * The maximum capacity available for the service environment. This value represents the maximum amount of resources that can be allocated to service jobs.
59
+ * The maximum capacity available for the service environment. This value represents the maximum amount resources that can be allocated to service jobs.
60
60
  *
61
61
  * For example, `maxCapacity=50` , `capacityUnit=NUM_INSTANCES` . This indicates that the maximum number of instances that can be run on this service environment is 50. You could then run 5 SageMaker Training jobs that each use 10 instances. However, if you submit another job that requires 10 instances, it will wait in the queue.
62
62
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-serviceenvironment-capacitylimit.html#cfn-batch-serviceenvironment-capacitylimit-maxcapacity}
@@ -685,6 +685,10 @@ export type ProjectTriggers = {
685
685
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-filtergroups}
686
686
  */
687
687
  FilterGroups?: Record<string, unknown>[] | undefined;
688
+ /**
689
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-pullrequestbuildpolicy}
690
+ */
691
+ PullRequestBuildPolicy?: PullRequestBuildPolicy | undefined;
688
692
  /**
689
693
  * Contains configuration information about the scope for a webhook.
690
694
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-projecttriggers.html#cfn-codebuild-project-projecttriggers-scopeconfiguration}
@@ -696,6 +700,19 @@ export type ProjectTriggers = {
696
700
  */
697
701
  Webhook?: boolean | undefined;
698
702
  };
703
+ /**
704
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-pullrequestbuildpolicy.html}
705
+ */
706
+ export type PullRequestBuildPolicy = {
707
+ /**
708
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-pullrequestbuildpolicy.html#cfn-codebuild-project-pullrequestbuildpolicy-approverroles}
709
+ */
710
+ ApproverRoles?: string[] | undefined;
711
+ /**
712
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-pullrequestbuildpolicy.html#cfn-codebuild-project-pullrequestbuildpolicy-requirescommentapproval}
713
+ */
714
+ RequiresCommentApproval: string;
715
+ };
699
716
  /**
700
717
  * `RegistryCredential` is a property of the [AWS CodeBuild Project Environment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-environment.html) property type that specifies information about credentials that provide access to a private Docker registry. When this is set:
701
718
  *
@@ -449,6 +449,10 @@ export type ServiceManagedEc2FleetConfiguration = {
449
449
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-storageprofileid}
450
450
  */
451
451
  StorageProfileId?: string | undefined;
452
+ /**
453
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-servicemanagedec2fleetconfiguration.html#cfn-deadline-fleet-servicemanagedec2fleetconfiguration-vpcconfiguration}
454
+ */
455
+ VpcConfiguration?: VpcConfiguration | undefined;
452
456
  };
453
457
  /**
454
458
  * The Amazon EC2 instance capabilities.
@@ -545,4 +549,13 @@ export type VCpuCountRange = {
545
549
  */
546
550
  Min: number;
547
551
  };
552
+ /**
553
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-vpcconfiguration.html}
554
+ */
555
+ export type VpcConfiguration = {
556
+ /**
557
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-fleet-vpcconfiguration.html#cfn-deadline-fleet-vpcconfiguration-resourceconfigurationarns}
558
+ */
559
+ ResourceConfigurationArns?: string[] | undefined;
560
+ };
548
561
  //# sourceMappingURL=aws-deadline-fleet.d.ts.map
@@ -1,4 +1,4 @@
1
- import type { ResourceDefinitionWithAttributes } from "../main.ts";
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
3
  * Creates an AWS Deadline Cloud monitor that you can use to view your farms, queues, and fleets. After you submit a job, you can track the progress of the tasks and steps that make up the job, and then download the job's results.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html}
@@ -36,6 +36,11 @@ export type DeadlineMonitorProps = {
36
36
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-subdomain}
37
37
  */
38
38
  Subdomain: string;
39
+ /**
40
+ * An array of key-value pairs to apply to this resource.
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#cfn-deadline-monitor-tags}
42
+ */
43
+ Tags?: Tag[] | undefined;
39
44
  };
40
45
  /**
41
46
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-deadline-monitor.html#aws-resource-deadline-monitor-return-values}
@@ -202,6 +202,7 @@ export type DocDBDBClusterProps = {
202
202
  */
203
203
  RotateMasterUserPassword?: boolean | undefined;
204
204
  /**
205
+ * Contains the scaling configuration of an Amazon DocumentDB Serverless cluster.
205
206
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-serverlessv2scalingconfiguration}
206
207
  */
207
208
  ServerlessV2ScalingConfiguration?: ServerlessV2ScalingConfiguration | undefined;
@@ -241,7 +242,7 @@ export type DocDBDBClusterProps = {
241
242
  *
242
243
  * Default value is `standard`
243
244
  *
244
- * > When you create a DocumentDB DB cluster with the storage type set to `iopt1` , the storage type is returned in the response. The storage type isn't returned when you set it to `standard` .
245
+ * > When you create an Amazon DocumentDB cluster with the storage type set to `iopt1` , the storage type is returned in the response. The storage type isn't returned when you set it to `standard` .
245
246
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-storagetype}
246
247
  */
247
248
  StorageType?: string | undefined;
@@ -295,14 +296,17 @@ export type DocDBDBClusterAttribs = {
295
296
  ReadEndpoint: string;
296
297
  };
297
298
  /**
299
+ * Sets the scaling configuration of an Amazon DocumentDB Serverless cluster.
298
300
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-docdb-dbcluster-serverlessv2scalingconfiguration.html}
299
301
  */
300
302
  export type ServerlessV2ScalingConfiguration = {
301
303
  /**
304
+ * The maximum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 32, 32.5, 33, and so on.
302
305
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-docdb-dbcluster-serverlessv2scalingconfiguration.html#cfn-docdb-dbcluster-serverlessv2scalingconfiguration-maxcapacity}
303
306
  */
304
307
  MaxCapacity: number;
305
308
  /**
309
+ * The minimum number of Amazon DocumentDB capacity units (DCUs) for an instance in an Amazon DocumentDB Serverless cluster. You can specify DCU values in half-step increments, such as 8, 8.5, 9, and so on.
306
310
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-docdb-dbcluster-serverlessv2scalingconfiguration.html#cfn-docdb-dbcluster-serverlessv2scalingconfiguration-mincapacity}
307
311
  */
308
312
  MinCapacity: number;
@@ -353,21 +353,6 @@ export type Ebs = {
353
353
  */
354
354
  VolumeType?: string | undefined;
355
355
  };
356
- /**
357
- * > Amazon Elastic Graphics reached end of life on January 8, 2024.
358
- *
359
- * Specifies a specification for an Elastic GPU for an Amazon EC2 launch template.
360
- *
361
- * `ElasticGpuSpecification` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
362
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html}
363
- */
364
- export type ElasticGpuSpecification = {
365
- /**
366
- * The type of Elastic Graphics accelerator.
367
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-elasticgpuspecification.html#cfn-ec2-launchtemplate-elasticgpuspecification-type}
368
- */
369
- Type?: string | undefined;
370
- };
371
356
  /**
372
357
  * ENA Express uses AWS Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream and minimize tail latency of network traffic between EC2 instances. With ENA Express, you can communicate between two EC2 instances in the same subnet within the same account, or in different accounts. Both sending and receiving instances must have ENA Express enabled.
373
358
  *
@@ -817,22 +802,6 @@ export type LaunchTemplateData = {
817
802
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-ebsoptimized}
818
803
  */
819
804
  EbsOptimized?: boolean | undefined;
820
- /**
821
- * Deprecated.
822
- *
823
- * > Amazon Elastic Graphics reached end of life on January 8, 2024.
824
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-elasticgpuspecifications}
825
- */
826
- ElasticGpuSpecifications?: ElasticGpuSpecification[] | undefined;
827
- /**
828
- * > Amazon Elastic Inference is no longer available.
829
- *
830
- * An elastic inference accelerator to associate with the instance. Elastic inference accelerators are a resource you can attach to your Amazon EC2 instances to accelerate your Deep Learning (DL) inference workloads.
831
- *
832
- * You cannot specify accelerators from different generations in the same request.
833
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html#cfn-ec2-launchtemplate-launchtemplatedata-elasticinferenceaccelerators}
834
- */
835
- ElasticInferenceAccelerators?: LaunchTemplateElasticInferenceAccelerator[] | undefined;
836
805
  /**
837
806
  * Indicates whether the instance is enabled for AWS Nitro Enclaves. For more information, see [What is Nitro Enclaves?](https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave.html) in the *AWS Nitro Enclaves User Guide* .
838
807
  *
@@ -993,28 +962,6 @@ export type LaunchTemplateData = {
993
962
  */
994
963
  UserData?: string | undefined;
995
964
  };
996
- /**
997
- * > Amazon Elastic Inference is no longer available.
998
- *
999
- * Specifies an elastic inference accelerator.
1000
- *
1001
- * `LaunchTemplateElasticInferenceAccelerator` is a property of [AWS::EC2::LaunchTemplate LaunchTemplateData](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata.html) .
1002
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html}
1003
- */
1004
- export type LaunchTemplateElasticInferenceAccelerator = {
1005
- /**
1006
- * The number of elastic inference accelerators to attach to the instance.
1007
- *
1008
- * Default: 1
1009
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html#cfn-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator-count}
1010
- */
1011
- Count?: number | undefined;
1012
- /**
1013
- * The type of elastic inference accelerator. The possible values are eia1.medium, eia1.large, and eia1.xlarge.
1014
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator.html#cfn-ec2-launchtemplate-launchtemplateelasticinferenceaccelerator-type}
1015
- */
1016
- Type?: string | undefined;
1017
- };
1018
965
  /**
1019
966
  * Specifies the tags to apply to the launch template during creation.
1020
967
  *
@@ -1213,6 +1160,10 @@ export type NetworkInterface = {
1213
1160
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-deviceindex}
1214
1161
  */
1215
1162
  DeviceIndex?: number | undefined;
1163
+ /**
1164
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-enaqueuecount}
1165
+ */
1166
+ EnaQueueCount?: number | undefined;
1216
1167
  /**
1217
1168
  * The ENA Express configuration for the network interface.
1218
1169
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html#cfn-ec2-launchtemplate-networkinterface-enasrdspecification}
@@ -65,7 +65,7 @@ export type EC2NatGatewayProps = {
65
65
  * The ID of the subnet in which the NAT gateway is located.
66
66
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid}
67
67
  */
68
- SubnetId: string;
68
+ SubnetId?: string | undefined;
69
69
  /**
70
70
  * The tags for the NAT gateway.
71
71
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-tags}
@@ -1,11 +1,11 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * Resource Type definition for AWS::EC2::TransitGatewayConnectPeer
3
+ * Describes a transit gateway Connect peer.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnectpeer.html}
5
5
  */
6
6
  export type EC2TransitGatewayConnectPeer = ResourceDefinitionWithAttributes<"AWS::EC2::TransitGatewayConnectPeer", EC2TransitGatewayConnectPeerProps, EC2TransitGatewayConnectPeerAttribs>;
7
7
  /**
8
- * Resource Type definition for AWS::EC2::TransitGatewayConnectPeer
8
+ * Describes a transit gateway Connect peer.
9
9
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnectpeer.html}
10
10
  */
11
11
  export type EC2TransitGatewayConnectPeerProps = {
@@ -15,7 +15,7 @@ export type EC2TransitGatewayConnectPeerProps = {
15
15
  */
16
16
  ConnectPeerConfiguration: TransitGatewayConnectPeerConfiguration;
17
17
  /**
18
- * The tags for the Connect Peer.
18
+ * The tags for the Connect peer.
19
19
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayconnectpeer.html#cfn-ec2-transitgatewayconnectpeer-tags}
20
20
  */
21
21
  Tags?: Tag[] | undefined;
@@ -51,6 +51,7 @@ export type EC2TransitGatewayConnectPeerAttribs = {
51
51
  TransitGatewayConnectPeerId: string;
52
52
  };
53
53
  /**
54
+ * Describes the Connect peer details.
54
55
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayconnectpeerconfiguration.html}
55
56
  */
56
57
  export type TransitGatewayConnectPeerConfiguration = {
@@ -60,7 +61,7 @@ export type TransitGatewayConnectPeerConfiguration = {
60
61
  */
61
62
  InsideCidrBlocks: string[];
62
63
  /**
63
- * The peer IP address (GRE outer IP address) on the appliance side of the Connect peer.
64
+ * The Connect peer IP address on the appliance side of the tunnel.
64
65
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewayconnectpeer-transitgatewayconnectpeerconfiguration.html#cfn-ec2-transitgatewayconnectpeer-transitgatewayconnectpeerconfiguration-peeraddress}
65
66
  */
66
67
  PeerAddress: string;
@@ -30,6 +30,7 @@ export type ECRRepositoryProps = {
30
30
  */
31
31
  ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | "MUTABLE_WITH_EXCLUSION" | "IMMUTABLE_WITH_EXCLUSION" | undefined;
32
32
  /**
33
+ * The image tag mutability exclusion filters associated with the repository. These filters specify which image tags can override the repository's default image tag mutability setting.
33
34
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repository.html#cfn-ecr-repository-imagetagmutabilityexclusionfilters}
34
35
  */
35
36
  ImageTagMutabilityExclusionFilters?: ImageTagMutabilityExclusionFilter[] | undefined;
@@ -121,6 +122,7 @@ export type ImageScanningConfiguration = {
121
122
  ScanOnPush?: boolean | undefined;
122
123
  };
123
124
  /**
125
+ * Overrides the default image tag mutability setting of the repository for image tags that match the specified filters.
124
126
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repository-imagetagmutabilityexclusionfilter.html}
125
127
  */
126
128
  export type ImageTagMutabilityExclusionFilter = {
@@ -39,6 +39,7 @@ export type ECRRepositoryCreationTemplateProps = {
39
39
  */
40
40
  ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | "IMMUTABLE_WITH_EXCLUSION" | "MUTABLE_WITH_EXCLUSION" | undefined;
41
41
  /**
42
+ * Defines the image tag mutability exclusion filters to apply when creating repositories from this template. These filters specify which image tags can override the repository's default image tag mutability setting.
42
43
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repositorycreationtemplate.html#cfn-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilters}
43
44
  */
44
45
  ImageTagMutabilityExclusionFilters?: ImageTagMutabilityExclusionFilter[] | undefined;
@@ -122,16 +123,15 @@ export type EncryptionConfiguration = {
122
123
  */
123
124
  export type EncryptionType = "AES256" | "KMS" | "KMS_DSSE";
124
125
  /**
126
+ * Overrides the default image tag mutability setting of the repository for image tags that match the specified filters.
125
127
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter.html}
126
128
  */
127
129
  export type ImageTagMutabilityExclusionFilter = {
128
130
  /**
129
- * Specifies the type of filter to use for excluding image tags from the repository's mutability setting.
130
131
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter.html#cfn-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter-imagetagmutabilityexclusionfiltertype}
131
132
  */
132
133
  ImageTagMutabilityExclusionFilterType: "WILDCARD";
133
134
  /**
134
- * The value to use when filtering image tags.
135
135
  * @minLength 1
136
136
  * @maxLength 128
137
137
  * @pattern ^[0-9a-zA-Z._*-]{1,128}
@@ -75,7 +75,7 @@ export type ECSServiceProps = {
75
75
  * Indicates whether to use Availability Zone rebalancing for the service.
76
76
  *
77
77
  * For more information, see [Balancing an Amazon ECS service across Availability Zones](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html) in the **Amazon Elastic Container Service Developer Guide** .
78
- * @default "DISABLED"
78
+ * @default "ENABLED"
79
79
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-availabilityzonerebalancing}
80
80
  */
81
81
  AvailabilityZoneRebalancing?: "ENABLED" | "DISABLED" | undefined;
@@ -56,6 +56,11 @@ export type EKSClusterProps = {
56
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-computeconfig}
57
57
  */
58
58
  ComputeConfig?: ComputeConfig | undefined;
59
+ /**
60
+ * Set this value to true to enable deletion protection for the cluster.
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-deletionprotection}
62
+ */
63
+ DeletionProtection?: boolean | undefined;
59
64
  /**
60
65
  * The encryption configuration for the cluster.
61
66
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-cluster.html#cfn-eks-cluster-encryptionconfig}
@@ -188,6 +188,7 @@ export type LoadBalancerAttribute = {
188
188
  * The following attributes are supported by only Network Load Balancers:
189
189
  *
190
190
  * - `dns_record.client_routing_policy` - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are `availability_zone_affinity` with 100 percent zonal affinity, `partial_availability_zone_affinity` with 85 percent zonal affinity, and `any_availability_zone` with 0 percent zonal affinity.
191
+ * - `secondary_ips.auto_assigned.per_subnet` - The number of secondary IP addresses to configure for your load balancer nodes. Use to address port allocation errors if you can't add targets. The valid range is 0 to 7. The default is 0. After you set this value, you can't decrease it.
191
192
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-loadbalancer-loadbalancerattribute.html#cfn-elasticloadbalancingv2-loadbalancer-loadbalancerattribute-key}
192
193
  */
193
194
  Key?: string | undefined;
@@ -214,6 +214,7 @@ export type ResolutionTechniques = {
214
214
  */
215
215
  RuleBasedProperties?: RuleBasedProperties | undefined;
216
216
  /**
217
+ * An object containing the `rules` for a matching workflow.
217
218
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html#cfn-entityresolution-matchingworkflow-resolutiontechniques-ruleconditionproperties}
218
219
  */
219
220
  RuleConditionProperties?: RuleConditionProperties | undefined;
@@ -271,23 +272,38 @@ export type RuleBasedProperties = {
271
272
  Rules: Rule[];
272
273
  };
273
274
  /**
275
+ * An object that defines the `ruleCondition` and the `ruleName` to use in a matching workflow.
274
276
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html}
275
277
  */
276
278
  export type RuleCondition = {
277
279
  /**
280
+ * A statement that specifies the conditions for a matching rule.
281
+ *
282
+ * If your data is accurate, use an Exact matching function: `Exact` or `ExactManyToMany` .
283
+ *
284
+ * If your data has variations in spelling or pronunciation, use a Fuzzy matching function: `Cosine` , `Levenshtein` , or `Soundex` .
285
+ *
286
+ * Use operators if you want to combine ( `AND` ), separate ( `OR` ), or group matching functions `(...)` .
287
+ *
288
+ * For example: `(Cosine(a, 10) AND Exact(b, true)) OR ExactManyToMany(c, d)`
278
289
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html#cfn-entityresolution-matchingworkflow-rulecondition-condition}
279
290
  */
280
291
  Condition?: string | undefined;
281
292
  /**
293
+ * A name for the matching rule.
294
+ *
295
+ * For example: `Rule1`
282
296
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html#cfn-entityresolution-matchingworkflow-rulecondition-rulename}
283
297
  */
284
298
  RuleName?: string | undefined;
285
299
  };
286
300
  /**
301
+ * The properties of a rule condition that provides the ability to use more complex syntax.
287
302
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html}
288
303
  */
289
304
  export type RuleConditionProperties = {
290
305
  /**
306
+ * A list of rule objects, each of which have fields `ruleName` and `condition` .
291
307
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html#cfn-entityresolution-matchingworkflow-ruleconditionproperties-rules}
292
308
  */
293
309
  Rules: RuleCondition[];
@@ -1,7 +1,5 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * > Amazon EVS is in public preview release and is subject to change.
4
- *
5
3
  * Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.
6
4
  *
7
5
  * During environment creation, Amazon EVS performs validations on DNS settings, provisions VLAN subnets and hosts, and deploys the supplied version of VCF.
@@ -13,8 +11,6 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
13
11
  */
14
12
  export type EVSEnvironment = ResourceDefinitionWithAttributes<"AWS::EVS::Environment", EVSEnvironmentProps, EVSEnvironmentAttribs>;
15
13
  /**
16
- * > Amazon EVS is in public preview release and is subject to change.
17
- *
18
14
  * Creates an Amazon EVS environment that runs VCF software, such as SDDC Manager, NSX Manager, and vCenter Server.
19
15
  *
20
16
  * During environment creation, Amazon EVS performs validations on DNS settings, provisions VLAN subnets and hosts, and deploys the supplied version of VCF.
@@ -110,7 +106,7 @@ export type EVSEnvironmentProps = {
110
106
  */
111
107
  Tags?: Tag[] | undefined;
112
108
  /**
113
- * Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment. Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance.
109
+ * Customer confirmation that the customer has purchased and will continue to maintain the required number of VCF software licenses to cover all physical processor cores in the Amazon EVS environment. Information about your VCF software in Amazon EVS will be shared with Broadcom to verify license compliance. Amazon EVS does not validate license keys. To validate license keys, visit the Broadcom support portal.
114
110
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-evs-environment.html#cfn-evs-environment-termsaccepted}
115
111
  */
116
112
  TermsAccepted: boolean;
@@ -189,8 +185,6 @@ export type EVSEnvironmentAttribs = {
189
185
  */
190
186
  export type EnvironmentState = "CREATING" | "CREATED" | "DELETING" | "DELETED" | "CREATE_FAILED";
191
187
  /**
192
- * > Amazon EVS is in public preview release and is subject to change.
193
- *
194
188
  * An object that represents a host.
195
189
  *
196
190
  * > You cannot use `dedicatedHostId` and `placementGroupId` together in the same `HostInfoForCreate` object. This results in a `ValidationException` response.
@@ -233,8 +227,6 @@ export type HostInfoForCreate = {
233
227
  PlacementGroupId?: string | undefined;
234
228
  };
235
229
  /**
236
- * > Amazon EVS is in public preview release and is subject to change.
237
- *
238
230
  * An object that represents an initial VLAN subnet for the Amazon EVS environment. Amazon EVS creates initial VLAN subnets when you first create the environment. Amazon EVS creates the following 10 VLAN subnets: host management VLAN, vMotion VLAN, vSAN VLAN, VTEP VLAN, Edge VTEP VLAN, Management VM VLAN, HCX uplink VLAN, NSX uplink VLAN, expansion VLAN 1, expansion VLAN 2.
239
231
  *
240
232
  * > For each Amazon EVS VLAN subnet, you must specify a non-overlapping CIDR block. Amazon EVS VLAN subnets have a minimum CIDR block size of /28 and a maximum size of /24.