@propulsionworks/cloudformation 0.1.15 → 0.1.17

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 (52) hide show
  1. package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +53 -13
  2. package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +2 -0
  3. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +8 -0
  4. package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +1 -1
  5. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +24 -0
  6. package/out/exports/resources.generated/aws-cassandra-table.d.ts +11 -1
  7. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -0
  8. package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +1 -1
  9. package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +1 -1
  10. package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +1 -0
  11. package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +4 -4
  12. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +39 -39
  13. package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +3 -2
  14. package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +1 -1
  15. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +42 -8
  16. package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +1 -1
  17. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +82 -46
  18. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +6 -2
  19. package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +1 -1
  20. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +2 -2
  22. package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +0 -4
  24. package/out/exports/resources.generated/aws-emrserverless-application.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -1
  26. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +25 -7
  27. package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +25 -3
  28. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-glue-job.d.ts +1 -1
  30. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -56
  31. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +1 -85
  32. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -57
  33. package/out/exports/resources.generated/aws-iot-logging.d.ts +2 -2
  34. package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +18 -5
  35. package/out/exports/resources.generated/aws-lex-bot.d.ts +1 -0
  36. package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +2 -0
  37. package/out/exports/resources.generated/aws-odb-cloudautonomousvmcluster.d.ts +299 -0
  38. package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +212 -0
  39. package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +251 -0
  40. package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +108 -0
  41. package/out/exports/resources.generated/aws-omics-workflow.d.ts +2 -2
  42. package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +54 -0
  43. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +23 -0
  45. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +32 -2
  46. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +1 -1
  47. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +5 -4
  48. package/out/exports/resources.generated/aws-redshiftserverless-snapshot.d.ts +109 -0
  49. package/out/exports/resources.generated/aws-s3tables-table.d.ts +178 -0
  50. package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +1 -1
  51. package/out/exports/resources.generated/aws-transfer-server.d.ts +1 -0
  52. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * The `AWS::CloudFormation::StackSet` resource enables you to provision stacks into AWS accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, in addition to any parameters and capabilities that the template requires.
3
+ * The `AWS::CloudFormation::StackSet` resource contains information about a StackSet. With StackSets, you can provision stacks across AWS accounts and Regions from a single CloudFormation template. Each stack is based on the same CloudFormation template, but you can customize individual stacks using parameters.
4
4
  *
5
5
  * > Run deployments to nested StackSets from the parent stack, not directly through the StackSet API.
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html}
7
7
  */
8
8
  export type CloudFormationStackSet = ResourceDefinitionWithAttributes<"AWS::CloudFormation::StackSet", CloudFormationStackSetProps, CloudFormationStackSetAttribs>;
9
9
  /**
10
- * The `AWS::CloudFormation::StackSet` resource enables you to provision stacks into AWS accounts and across Regions by using a single CloudFormation template. In the stack set, you specify the template to use, in addition to any parameters and capabilities that the template requires.
10
+ * The `AWS::CloudFormation::StackSet` resource contains information about a StackSet. With StackSets, you can provision stacks across AWS accounts and Regions from a single CloudFormation template. Each stack is based on the same CloudFormation template, but you can customize individual stacks using parameters.
11
11
  *
12
12
  * > Run deployments to nested StackSets from the parent stack, not directly through the StackSet API.
13
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html}
14
14
  */
15
15
  export type CloudFormationStackSetProps = {
16
16
  /**
17
- * The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
17
+ * The Amazon Resource Number (ARN) of the IAM role to use to create this StackSet. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account.
18
18
  *
19
- * Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see [Grant self-managed permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html) in the *AWS CloudFormation User Guide* .
19
+ * Use customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. For more information, see [Grant self-managed permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html) in the *AWS CloudFormation User Guide* .
20
20
  *
21
21
  * Valid only if the permissions model is `SELF_MANAGED` .
22
22
  * @minLength 20
@@ -34,33 +34,33 @@ export type CloudFormationStackSetProps = {
34
34
  /**
35
35
  * Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
36
36
  *
37
- * By default, `SELF` is specified. Use `SELF` for stack sets with self-managed permissions.
37
+ * By default, `SELF` is specified. Use `SELF` for StackSets with self-managed permissions.
38
38
  *
39
- * - To create a stack set with service-managed permissions while signed in to the management account, specify `SELF` .
40
- * - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify `DELEGATED_ADMIN` .
39
+ * - To create a StackSet with service-managed permissions while signed in to the management account, specify `SELF` .
40
+ * - To create a StackSet with service-managed permissions while signed in to a delegated administrator account, specify `DELEGATED_ADMIN` .
41
41
  *
42
42
  * Your AWS account must be registered as a delegated admin in the management account. For more information, see [Register a delegated administrator](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html) in the *AWS CloudFormation User Guide* .
43
43
  *
44
- * Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators.
44
+ * StackSets with service-managed permissions are created in the management account, including StackSets that are created by delegated administrators.
45
45
  *
46
46
  * Valid only if the permissions model is `SERVICE_MANAGED` .
47
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-callas}
48
48
  */
49
49
  CallAs?: "SELF" | "DELEGATED_ADMIN" | undefined;
50
50
  /**
51
- * The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the *AWS CloudFormation User Guide* .
51
+ * The capabilities that are allowed in the StackSet. Some StackSet templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the *AWS CloudFormation User Guide* .
52
52
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-capabilities}
53
53
  */
54
54
  Capabilities?: Capability[] | undefined;
55
55
  /**
56
- * A description of the stack set.
56
+ * A description of the StackSet.
57
57
  * @minLength 1
58
58
  * @maxLength 1024
59
59
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-description}
60
60
  */
61
61
  Description?: string | undefined;
62
62
  /**
63
- * The name of the IAM execution role to use to create the stack set. If you don't specify an execution role, CloudFormation uses the `AWSCloudFormationStackSetExecutionRole` role for the stack set operation.
63
+ * The name of the IAM execution role to use to create the StackSet. If you don't specify an execution role, CloudFormation uses the `AWSCloudFormationStackSetExecutionRole` role for the StackSet operation.
64
64
  *
65
65
  * Valid only if the permissions model is `SELF_MANAGED` .
66
66
  *
@@ -77,7 +77,7 @@ export type CloudFormationStackSetProps = {
77
77
  *
78
78
  * > If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.
79
79
  * >
80
- * > You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.
80
+ * > You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet.
81
81
  *
82
82
  * When inactive (default), StackSets performs one operation at a time in request order.
83
83
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-managedexecution}
@@ -86,20 +86,20 @@ export type CloudFormationStackSetProps = {
86
86
  Active?: boolean | undefined;
87
87
  } | undefined;
88
88
  /**
89
- * The user-specified preferences for how CloudFormation performs a stack set operation.
89
+ * The user-specified preferences for how CloudFormation performs a StackSet operation.
90
90
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-operationpreferences}
91
91
  */
92
92
  OperationPreferences?: OperationPreferences | undefined;
93
93
  /**
94
- * The input parameters for the stack set template.
94
+ * The input parameters for the StackSet template.
95
95
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-parameters}
96
96
  */
97
97
  Parameters?: Parameter[] | undefined;
98
98
  /**
99
- * Describes how the IAM roles required for stack set operations are created.
99
+ * Describes how the IAM roles required for StackSet operations are created.
100
100
  *
101
101
  * - With `SELF_MANAGED` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see [Grant self-managed permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html) in the *AWS CloudFormation User Guide* .
102
- * - With `SERVICE_MANAGED` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see [Activate trusted access for stack sets with AWS Organizations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html) in the *AWS CloudFormation User Guide* .
102
+ * - With `SERVICE_MANAGED` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see [Activate trusted access for StackSets with AWS Organizations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html) in the *AWS CloudFormation User Guide* .
103
103
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-permissionmodel}
104
104
  */
105
105
  PermissionModel: "SERVICE_MANAGED" | "SELF_MANAGED";
@@ -109,7 +109,7 @@ export type CloudFormationStackSetProps = {
109
109
  */
110
110
  StackInstancesGroup?: StackInstances[] | undefined;
111
111
  /**
112
- * The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
112
+ * The name to associate with the StackSet. The name must be unique in the Region where you create your StackSet.
113
113
  * @maxLength 128
114
114
  * @pattern ^[a-zA-Z][a-zA-Z0-9\-]{0,127}$
115
115
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-stacksetname}
@@ -142,9 +142,9 @@ export type CloudFormationStackSetProps = {
142
142
  TemplateURL: string;
143
143
  } | {
144
144
  /**
145
- * The Amazon Resource Number (ARN) of the IAM role to use to create this stack set. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account.
145
+ * The Amazon Resource Number (ARN) of the IAM role to use to create this StackSet. Specify an IAM role only if you are using customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account.
146
146
  *
147
- * Use customized administrator roles to control which users or groups can manage specific stack sets within the same administrator account. For more information, see [Grant self-managed permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html) in the *AWS CloudFormation User Guide* .
147
+ * Use customized administrator roles to control which users or groups can manage specific StackSets within the same administrator account. For more information, see [Grant self-managed permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html) in the *AWS CloudFormation User Guide* .
148
148
  *
149
149
  * Valid only if the permissions model is `SELF_MANAGED` .
150
150
  * @minLength 20
@@ -162,33 +162,33 @@ export type CloudFormationStackSetProps = {
162
162
  /**
163
163
  * Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.
164
164
  *
165
- * By default, `SELF` is specified. Use `SELF` for stack sets with self-managed permissions.
165
+ * By default, `SELF` is specified. Use `SELF` for StackSets with self-managed permissions.
166
166
  *
167
- * - To create a stack set with service-managed permissions while signed in to the management account, specify `SELF` .
168
- * - To create a stack set with service-managed permissions while signed in to a delegated administrator account, specify `DELEGATED_ADMIN` .
167
+ * - To create a StackSet with service-managed permissions while signed in to the management account, specify `SELF` .
168
+ * - To create a StackSet with service-managed permissions while signed in to a delegated administrator account, specify `DELEGATED_ADMIN` .
169
169
  *
170
170
  * Your AWS account must be registered as a delegated admin in the management account. For more information, see [Register a delegated administrator](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html) in the *AWS CloudFormation User Guide* .
171
171
  *
172
- * Stack sets with service-managed permissions are created in the management account, including stack sets that are created by delegated administrators.
172
+ * StackSets with service-managed permissions are created in the management account, including StackSets that are created by delegated administrators.
173
173
  *
174
174
  * Valid only if the permissions model is `SERVICE_MANAGED` .
175
175
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-callas}
176
176
  */
177
177
  CallAs?: "SELF" | "DELEGATED_ADMIN" | undefined;
178
178
  /**
179
- * The capabilities that are allowed in the stack set. Some stack set templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the *AWS CloudFormation User Guide* .
179
+ * The capabilities that are allowed in the StackSet. Some StackSet templates might include resources that can affect permissions in your AWS account —for example, by creating new IAM users. For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the *AWS CloudFormation User Guide* .
180
180
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-capabilities}
181
181
  */
182
182
  Capabilities?: Capability[] | undefined;
183
183
  /**
184
- * A description of the stack set.
184
+ * A description of the StackSet.
185
185
  * @minLength 1
186
186
  * @maxLength 1024
187
187
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-description}
188
188
  */
189
189
  Description?: string | undefined;
190
190
  /**
191
- * The name of the IAM execution role to use to create the stack set. If you don't specify an execution role, CloudFormation uses the `AWSCloudFormationStackSetExecutionRole` role for the stack set operation.
191
+ * The name of the IAM execution role to use to create the StackSet. If you don't specify an execution role, CloudFormation uses the `AWSCloudFormationStackSetExecutionRole` role for the StackSet operation.
192
192
  *
193
193
  * Valid only if the permissions model is `SELF_MANAGED` .
194
194
  *
@@ -205,7 +205,7 @@ export type CloudFormationStackSetProps = {
205
205
  *
206
206
  * > If there are already running or queued operations, StackSets queues all incoming operations even if they are non-conflicting.
207
207
  * >
208
- * > You can't modify your stack set's execution configuration while there are running or queued operations for that stack set.
208
+ * > You can't modify your StackSet's execution configuration while there are running or queued operations for that StackSet.
209
209
  *
210
210
  * When inactive (default), StackSets performs one operation at a time in request order.
211
211
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-managedexecution}
@@ -214,20 +214,20 @@ export type CloudFormationStackSetProps = {
214
214
  Active?: boolean | undefined;
215
215
  } | undefined;
216
216
  /**
217
- * The user-specified preferences for how CloudFormation performs a stack set operation.
217
+ * The user-specified preferences for how CloudFormation performs a StackSet operation.
218
218
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-operationpreferences}
219
219
  */
220
220
  OperationPreferences?: OperationPreferences | undefined;
221
221
  /**
222
- * The input parameters for the stack set template.
222
+ * The input parameters for the StackSet template.
223
223
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-parameters}
224
224
  */
225
225
  Parameters?: Parameter[] | undefined;
226
226
  /**
227
- * Describes how the IAM roles required for stack set operations are created.
227
+ * Describes how the IAM roles required for StackSet operations are created.
228
228
  *
229
229
  * - With `SELF_MANAGED` permissions, you must create the administrator and execution roles required to deploy to target accounts. For more information, see [Grant self-managed permissions](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html) in the *AWS CloudFormation User Guide* .
230
- * - With `SERVICE_MANAGED` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see [Activate trusted access for stack sets with AWS Organizations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html) in the *AWS CloudFormation User Guide* .
230
+ * - With `SERVICE_MANAGED` permissions, StackSets automatically creates the IAM roles required to deploy to accounts managed by AWS Organizations . For more information, see [Activate trusted access for StackSets with AWS Organizations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html) in the *AWS CloudFormation User Guide* .
231
231
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-permissionmodel}
232
232
  */
233
233
  PermissionModel: "SERVICE_MANAGED" | "SELF_MANAGED";
@@ -237,7 +237,7 @@ export type CloudFormationStackSetProps = {
237
237
  */
238
238
  StackInstancesGroup?: StackInstances[] | undefined;
239
239
  /**
240
- * The name to associate with the stack set. The name must be unique in the Region where you create your stack set.
240
+ * The name to associate with the StackSet. The name must be unique in the Region where you create your StackSet.
241
241
  * @maxLength 128
242
242
  * @pattern ^[a-zA-Z][a-zA-Z0-9\-]{0,127}$
243
243
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-stacksetname}
@@ -274,7 +274,7 @@ export type CloudFormationStackSetProps = {
274
274
  */
275
275
  export type CloudFormationStackSetAttribs = {
276
276
  /**
277
- * The ID of the stack that you're creating.
277
+ * Returns the unique identifier of the resource.
278
278
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-stacksetid}
279
279
  */
280
280
  StackSetId: string;
@@ -305,7 +305,7 @@ export type Capability = "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY
305
305
  */
306
306
  export type ConcurrencyMode = "STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE";
307
307
  /**
308
- * The AWS OrganizationalUnitIds or Accounts for which to create stack instances in the specified Regions.
308
+ * The AWS `OrganizationalUnitIds` or `Accounts` for which to create stack instances in the specified Regions.
309
309
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html}
310
310
  */
311
311
  export type DeploymentTargets = {
@@ -344,7 +344,7 @@ export type DeploymentTargets = {
344
344
  OrganizationalUnitIds?: string[] | undefined;
345
345
  };
346
346
  /**
347
- * The user-specified preferences for how CloudFormation performs a stack set operation. For more information on maximum concurrent accounts and failure tolerance, see [Stack set operation options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options) in the *AWS CloudFormation User Guide* .
347
+ * The user-specified preferences for how CloudFormation performs a StackSet operation. For more information on maximum concurrent accounts and failure tolerance, see [StackSet operation options](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-concepts.html#stackset-ops-options) in the *AWS CloudFormation User Guide* .
348
348
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html}
349
349
  */
350
350
  export type OperationPreferences = {
@@ -354,12 +354,12 @@ export type OperationPreferences = {
354
354
  * - `STRICT_FAILURE_TOLERANCE` : This option dynamically lowers the concurrency level to ensure the number of failed accounts never exceeds the value of `FailureToleranceCount` +1. The initial actual concurrency is set to the lower of either the value of the `MaxConcurrentCount` , or the value of `FailureToleranceCount` +1. The actual concurrency is then reduced proportionally by the number of failures. This is the default behavior.
355
355
  *
356
356
  * If failure tolerance or Maximum concurrent accounts are set to percentages, the behavior is similar.
357
- * - `SOFT_FAILURE_TOLERANCE` : This option decouples `FailureToleranceCount` from the actual concurrency. This allows stack set operations to run at the concurrency level set by the `MaxConcurrentCount` value, or `MaxConcurrentPercentage` , regardless of the number of failures.
357
+ * - `SOFT_FAILURE_TOLERANCE` : This option decouples `FailureToleranceCount` from the actual concurrency. This allows StackSet operations to run at the concurrency level set by the `MaxConcurrentCount` value, or `MaxConcurrentPercentage` , regardless of the number of failures.
358
358
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html#cfn-cloudformation-stackset-operationpreferences-concurrencymode}
359
359
  */
360
360
  ConcurrencyMode?: ConcurrencyMode | undefined;
361
361
  /**
362
- * The number of accounts, per Region, for which this operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
362
+ * The number of accounts per Region this operation can fail in before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
363
363
  *
364
364
  * Conditional: You must specify either `FailureToleranceCount` or `FailureTolerancePercentage` (but not both).
365
365
  * @min 0
@@ -367,7 +367,7 @@ export type OperationPreferences = {
367
367
  */
368
368
  FailureToleranceCount?: number | undefined;
369
369
  /**
370
- * The percentage of accounts, per Region, for which this stack operation can fail before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
370
+ * The percentage of accounts per Region this stack operation can fail in before CloudFormation stops the operation in that Region. If the operation is stopped in a Region, CloudFormation doesn't attempt the operation in any subsequent Regions.
371
371
  *
372
372
  * When calculating the number of accounts based on the specified percentage, CloudFormation rounds *down* to the next whole number.
373
373
  *
@@ -443,7 +443,7 @@ export type StackInstances = {
443
443
  */
444
444
  DeploymentTargets: DeploymentTargets;
445
445
  /**
446
- * A list of stack set parameters whose values you want to override in the selected stack instances.
446
+ * A list of StackSet parameters whose values you want to override in the selected stack instances.
447
447
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html#cfn-cloudformation-stackset-stackinstances-parameteroverrides}
448
448
  */
449
449
  ParameterOverrides?: Parameter[] | undefined;
@@ -1,13 +1,13 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * The `AWS::CloudFormation::WaitCondition` resource provides a way to coordinate stack resource creation with configuration actions that are external to the stack creation or to track the status of a configuration process. In these situations, we recommend that you associate a `CreationPolicy` attribute with the wait condition instead of using a wait condition handle. For more information and an example, see [CreationPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-creationpolicy.html) in the *AWS CloudFormation User Guide* . If you use a `CreationPolicy` with a wait condition, don't specify any of the wait condition's properties.
3
+ * The `AWS::CloudFormation::WaitCondition` resource provides a way to coordinate stack resource creation with configuration actions that are external to the stack creation or to track the status of a configuration process. In these situations, we recommend that you associate a `CreationPolicy` attribute with the wait condition instead of using a wait condition handle. For more information and an example, see [CreationPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-attribute-creationpolicy.html) in the *AWS CloudFormation User Guide* . If you use a `CreationPolicy` with a wait condition, don't specify any of the wait condition's properties.
4
4
  *
5
5
  * > If you use AWS PrivateLink , resources in the VPC that respond to wait conditions must have access to CloudFormation , specific Amazon S3 buckets. Resources must send wait condition responses to a presigned Amazon S3 URL. If they can't send responses to Amazon S3 , CloudFormation won't receive a response and the stack operation fails. For more information, see [Access CloudFormation using an interface endpoint ( AWS PrivateLink )](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/vpc-interface-endpoints.html) in the *AWS CloudFormation User Guide* . > For Amazon EC2 and Auto Scaling resources, we recommend that you use a `CreationPolicy` attribute instead of wait conditions. Add a `CreationPolicy` attribute to those resources, and use the `cfn-signal` helper script to signal when an instance creation process has completed successfully.
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html}
7
7
  */
8
8
  export type CloudFormationWaitCondition = ResourceDefinitionWithAttributes<"AWS::CloudFormation::WaitCondition", CloudFormationWaitConditionProps, CloudFormationWaitConditionAttribs>;
9
9
  /**
10
- * The `AWS::CloudFormation::WaitCondition` resource provides a way to coordinate stack resource creation with configuration actions that are external to the stack creation or to track the status of a configuration process. In these situations, we recommend that you associate a `CreationPolicy` attribute with the wait condition instead of using a wait condition handle. For more information and an example, see [CreationPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-creationpolicy.html) in the *AWS CloudFormation User Guide* . If you use a `CreationPolicy` with a wait condition, don't specify any of the wait condition's properties.
10
+ * The `AWS::CloudFormation::WaitCondition` resource provides a way to coordinate stack resource creation with configuration actions that are external to the stack creation or to track the status of a configuration process. In these situations, we recommend that you associate a `CreationPolicy` attribute with the wait condition instead of using a wait condition handle. For more information and an example, see [CreationPolicy attribute](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-attribute-creationpolicy.html) in the *AWS CloudFormation User Guide* . If you use a `CreationPolicy` with a wait condition, don't specify any of the wait condition's properties.
11
11
  *
12
12
  * > If you use AWS PrivateLink , resources in the VPC that respond to wait conditions must have access to CloudFormation , specific Amazon S3 buckets. Resources must send wait condition responses to a presigned Amazon S3 URL. If they can't send responses to Amazon S3 , CloudFormation won't receive a response and the stack operation fails. For more information, see [Access CloudFormation using an interface endpoint ( AWS PrivateLink )](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/vpc-interface-endpoints.html) in the *AWS CloudFormation User Guide* . > For Amazon EC2 and Auto Scaling resources, we recommend that you use a `CreationPolicy` attribute instead of wait conditions. Add a `CreationPolicy` attribute to those resources, and use the `cfn-signal` helper script to signal when an instance creation process has completed successfully.
13
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html}
@@ -42,6 +42,7 @@ export type CloudFormationWaitConditionProps = {
42
42
  */
43
43
  export type CloudFormationWaitConditionAttribs = {
44
44
  /**
45
+ * Returns a unique identifier for the resource.
45
46
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitcondition.html#cfn-cloudformation-waitcondition-id}
46
47
  */
47
48
  Id: string;
@@ -26,7 +26,7 @@ export type CloudFormationWaitConditionHandleProps = Record<string, never>;
26
26
  */
27
27
  export type CloudFormationWaitConditionHandleAttribs = {
28
28
  /**
29
- * A unique identifier for the resource.
29
+ * Returns a unique identifier for the resource.
30
30
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-waitconditionhandle.html#cfn-cloudformation-waitconditionhandle-id}
31
31
  */
32
32
  Id: string;
@@ -89,6 +89,8 @@ export type CacheBehavior = {
89
89
  */
90
90
  Compress?: boolean | undefined;
91
91
  /**
92
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
93
+ *
92
94
  * This field is deprecated. We recommend that you use the `DefaultTTL` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide* .
93
95
  *
94
96
  * The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as `Cache-Control max-age` , `Cache-Control s-maxage` , and `Expires` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide* .
@@ -131,6 +133,8 @@ export type CacheBehavior = {
131
133
  */
132
134
  LambdaFunctionAssociations?: LambdaFunctionAssociation[] | undefined;
133
135
  /**
136
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
137
+ *
134
138
  * This field is deprecated. We recommend that you use the `MaxTTL` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide* .
135
139
  *
136
140
  * The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as `Cache-Control max-age` , `Cache-Control s-maxage` , and `Expires` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide* .
@@ -139,6 +143,8 @@ export type CacheBehavior = {
139
143
  */
140
144
  MaxTTL?: number | undefined;
141
145
  /**
146
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
147
+ *
142
148
  * This field is deprecated. We recommend that you use the `MinTTL` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide* .
143
149
  *
144
150
  * The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide* .
@@ -175,6 +181,8 @@ export type CacheBehavior = {
175
181
  */
176
182
  ResponseHeadersPolicyId?: string | undefined;
177
183
  /**
184
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
185
+ *
178
186
  * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify `true` ; if not, specify `false` . If you specify `true` for `SmoothStreaming` , you can still distribute other content using this cache behavior if the content matches the value of `PathPattern` .
179
187
  * @default false
180
188
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cachebehavior.html#cfn-cloudfront-distribution-cachebehavior-smoothstreaming}
@@ -193,7 +201,7 @@ export type CacheBehavior = {
193
201
  */
194
202
  TrustedKeyGroups?: string[] | undefined;
195
203
  /**
196
- * > We recommend using `TrustedKeyGroups` instead of `TrustedSigners` .
204
+ * > We recommend using `TrustedKeyGroups` instead of `TrustedSigners` . > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
197
205
  *
198
206
  * A list of AWS account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
199
207
  *
@@ -324,7 +332,7 @@ export type CustomOriginConfig = {
324
332
  */
325
333
  HTTPSPort?: number | undefined;
326
334
  /**
327
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
335
+ * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
328
336
  *
329
337
  * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide* .
330
338
  * @default 5
@@ -341,7 +349,7 @@ export type CustomOriginConfig = {
341
349
  */
342
350
  OriginProtocolPolicy: string;
343
351
  /**
344
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout* . The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
352
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout* . The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
345
353
  *
346
354
  * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide* .
347
355
  * @default 30
@@ -400,6 +408,8 @@ export type DefaultCacheBehavior = {
400
408
  */
401
409
  Compress?: boolean | undefined;
402
410
  /**
411
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
412
+ *
403
413
  * This field is deprecated. We recommend that you use the `DefaultTTL` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide* .
404
414
  *
405
415
  * The default amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin does not add HTTP headers such as `Cache-Control max-age` , `Cache-Control s-maxage` , and `Expires` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide* .
@@ -442,6 +452,8 @@ export type DefaultCacheBehavior = {
442
452
  */
443
453
  LambdaFunctionAssociations?: LambdaFunctionAssociation[] | undefined;
444
454
  /**
455
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
456
+ *
445
457
  * This field is deprecated. We recommend that you use the `MaxTTL` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide* .
446
458
  *
447
459
  * The maximum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. The value that you specify applies only when your origin adds HTTP headers such as `Cache-Control max-age` , `Cache-Control s-maxage` , and `Expires` to objects. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide* .
@@ -450,6 +462,8 @@ export type DefaultCacheBehavior = {
450
462
  */
451
463
  MaxTTL?: number | undefined;
452
464
  /**
465
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
466
+ *
453
467
  * This field is deprecated. We recommend that you use the `MinTTL` field in a cache policy instead of this field. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) or [Using the managed cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/using-managed-cache-policies.html) in the *Amazon CloudFront Developer Guide* .
454
468
  *
455
469
  * The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated. For more information, see [Managing How Long Content Stays in an Edge Cache (Expiration)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/Expiration.html) in the *Amazon CloudFront Developer Guide* .
@@ -478,6 +492,8 @@ export type DefaultCacheBehavior = {
478
492
  */
479
493
  ResponseHeadersPolicyId?: string | undefined;
480
494
  /**
495
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
496
+ *
481
497
  * Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the origin that is associated with this cache behavior. If so, specify `true` ; if not, specify `false` . If you specify `true` for `SmoothStreaming` , you can still distribute other content using this cache behavior if the content matches the value of `PathPattern` .
482
498
  * @default false
483
499
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html#cfn-cloudfront-distribution-defaultcachebehavior-smoothstreaming}
@@ -496,7 +512,7 @@ export type DefaultCacheBehavior = {
496
512
  */
497
513
  TrustedKeyGroups?: string[] | undefined;
498
514
  /**
499
- * > We recommend using `TrustedKeyGroups` instead of `TrustedSigners` .
515
+ * > We recommend using `TrustedKeyGroups` instead of `TrustedSigners` . > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
500
516
  *
501
517
  * A list of AWS account IDs whose public keys CloudFront can use to validate signed URLs or signed cookies.
502
518
  *
@@ -524,11 +540,15 @@ export type DefaultCacheBehavior = {
524
540
  */
525
541
  export type DistributionConfig = {
526
542
  /**
543
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
544
+ *
527
545
  * A complex type that contains information about CNAMEs (alternate domain names), if any, for this distribution.
528
546
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-aliases}
529
547
  */
530
548
  Aliases?: string[] | undefined;
531
549
  /**
550
+ * > To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html) .
551
+ *
532
552
  * ID of the Anycast static IP list that is associated with the distribution.
533
553
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-anycastiplistid}
534
554
  */
@@ -552,11 +572,13 @@ export type DistributionConfig = {
552
572
  */
553
573
  Comment?: string | undefined;
554
574
  /**
555
- * The connection mode to filter distributions by.
575
+ * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
556
576
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-connectionmode}
557
577
  */
558
578
  ConnectionMode?: ConnectionMode | undefined;
559
579
  /**
580
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
581
+ *
560
582
  * The identifier of a continuous deployment policy. For more information, see `CreateContinuousDeploymentPolicy` .
561
583
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-continuousdeploymentpolicyid}
562
584
  */
@@ -615,6 +637,8 @@ export type DistributionConfig = {
615
637
  */
616
638
  HttpVersion?: string | undefined;
617
639
  /**
640
+ * > To use this field for a multi-tenant distribution, use a connection group instead. For more information, see [ConnectionGroup](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_ConnectionGroup.html) .
641
+ *
618
642
  * If you want CloudFront to respond to IPv6 DNS requests with an IPv6 address for your distribution, specify `true` . If you specify `false` , CloudFront responds to IPv6 DNS requests with the DNS response code `NOERROR` and with no IP addresses. This allows viewers to submit a second request, for an IPv4 address for your distribution.
619
643
  *
620
644
  * In general, you should enable IPv6 if you have users on IPv6 networks who want to access your content. However, if you're using signed URLs or signed cookies to restrict access to your content, and if you're using a custom policy that includes the `IpAddress` parameter to restrict the IP addresses that can access your content, don't enable IPv6. If you want to restrict access to some content by IP address and not restrict access to other content (or restrict access but not by IP address), you can create two distributions. For more information, see [Creating a Signed URL Using a Custom Policy](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html) in the *Amazon CloudFront Developer Guide* .
@@ -652,6 +676,8 @@ export type DistributionConfig = {
652
676
  */
653
677
  Origins?: Origin[] | undefined;
654
678
  /**
679
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
680
+ *
655
681
  * The price class that corresponds with the maximum price that you want to pay for CloudFront service. If you specify `PriceClass_All` , CloudFront responds to requests for your objects from all CloudFront edge locations.
656
682
  *
657
683
  * If you specify a price class other than `PriceClass_All` , CloudFront serves your objects from the CloudFront edge location that has the lowest latency among the edge locations in your price class. Viewers who are in or near regions that are excluded from your specified price class may encounter slower performance.
@@ -675,11 +701,15 @@ export type DistributionConfig = {
675
701
  */
676
702
  S3Origin?: LegacyS3Origin | undefined;
677
703
  /**
704
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
705
+ *
678
706
  * A Boolean that indicates whether this is a staging distribution. When this value is `true` , this is a staging distribution. When this value is `false` , this is not a staging distribution.
679
707
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-staging}
680
708
  */
681
709
  Staging?: boolean | undefined;
682
710
  /**
711
+ * > This field only supports multi-tenant distributions. You can't specify this field for standard distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
712
+ *
683
713
  * A distribution tenant configuration.
684
714
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-tenantconfig}
685
715
  */
@@ -693,6 +723,8 @@ export type DistributionConfig = {
693
723
  */
694
724
  ViewerCertificate?: ViewerCertificate | undefined;
695
725
  /**
726
+ * > Multi-tenant distributions only support AWS WAF V2 web ACLs.
727
+ *
696
728
  * A unique identifier that specifies the AWS WAF web ACL, if any, to associate with this distribution. To specify a web ACL created using the latest version of AWS WAF , use the ACL ARN, for example `arn:aws:wafv2:us-east-1:123456789012:global/webacl/ExampleWebACL/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111` . To specify a web ACL created using AWS WAF Classic, use the ACL ID, for example `a1b2c3d4-5678-90ab-cdef-EXAMPLE11111` .
697
729
  *
698
730
  * AWS WAF is a web application firewall that lets you monitor the HTTP and HTTPS requests that are forwarded to CloudFront, and lets you control access to your content. Based on conditions that you specify, such as the IP addresses that requests originate from or the values of query strings, CloudFront responds to requests either with the requested content or with an HTTP 403 status code (Forbidden). You can also configure CloudFront to return a custom error page when a request is blocked. For more information about AWS WAF , see the [AWS WAF Developer Guide](https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html) .
@@ -702,6 +734,8 @@ export type DistributionConfig = {
702
734
  WebACLId?: string | undefined;
703
735
  };
704
736
  /**
737
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* .
738
+ *
705
739
  * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
706
740
  *
707
741
  * If you want to include values in the cache key, use a cache policy. For more information, see [Creating cache policies](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/controlling-the-cache-key.html#cache-key-create-cache-policy) in the *Amazon CloudFront Developer Guide* .
@@ -1282,7 +1316,7 @@ export type ViewerCertificate = {
1282
1316
  */
1283
1317
  CloudFrontDefaultCertificate?: boolean | undefined;
1284
1318
  /**
1285
- * > In CloudFormation, this field name is `IamCertificateId` . Note the different capitalization.
1319
+ * > This field only supports standard distributions. You can't specify this field for multi-tenant distributions. For more information, see [Unsupported features for SaaS Manager for Amazon CloudFront](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-config-options.html#unsupported-saas) in the *Amazon CloudFront Developer Guide* . > In CloudFormation, this field name is `IamCertificateId` . Note the different capitalization.
1286
1320
  *
1287
1321
  * If the distribution uses `Aliases` (alternate domain names or CNAMEs) and the SSL/TLS certificate is stored in [AWS Identity and Access Management (IAM)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html) , provide the ID of the IAM certificate.
1288
1322
  *
@@ -1326,7 +1360,7 @@ export type ViewerCertificate = {
1326
1360
  */
1327
1361
  export type VpcOriginConfig = {
1328
1362
  /**
1329
- * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 5 seconds.
1363
+ * Specifies how long, in seconds, CloudFront persists its connection to the origin. The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 5 seconds.
1330
1364
  *
1331
1365
  * For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginKeepaliveTimeout) in the *Amazon CloudFront Developer Guide* .
1332
1366
  * @default 5
@@ -1334,7 +1368,7 @@ export type VpcOriginConfig = {
1334
1368
  */
1335
1369
  OriginKeepaliveTimeout?: number | undefined;
1336
1370
  /**
1337
- * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout* . The minimum timeout is 1 second, the maximum is 60 seconds, and the default (if you don't specify otherwise) is 30 seconds.
1371
+ * Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the *origin response timeout* . The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.
1338
1372
  *
1339
1373
  * For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginResponseTimeout) in the *Amazon CloudFront Developer Guide* .
1340
1374
  * @default 30
@@ -91,7 +91,7 @@ export type Ec2Config = {
91
91
  */
92
92
  SecurityGroupArns: string[];
93
93
  /**
94
- * Specifies the ARN of a subnet where DataSync creates the [network interfaces](https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces) for managing traffic during your transfer.
94
+ * Specifies the ARN of a subnet where DataSync creates the [network interfaces](https://docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces.html) for managing traffic during your transfer.
95
95
  *
96
96
  * The subnet must be located:
97
97
  *