@propulsionworks/cloudformation 0.1.13 → 0.1.14
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.
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +11 -4
- package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +133 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +7 -7
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +108 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +35 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +14 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +37 -18
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +4 -4
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +14 -5
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +1 -1
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +10 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +6 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +0 -1
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +5 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +3 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +3 -3
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +2 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +140 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +8 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +1 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +34 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +36 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +25 -2
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +16 -2
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +0 -4
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +1 -1
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +4 -1
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +8 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +2 -0
- package/out/exports/resources.generated/aws-s3tables-namespace.d.ts +27 -0
- package/out/exports/resources.generated/aws-securityhub-aggregatorv2.d.ts +7 -7
- package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +123 -70
- package/out/exports/resources.generated/aws-securityhub-hubv2.d.ts +5 -1
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +1 -1
- package/out/exports/resources.generated/aws-workspacesinstances-volume.d.ts +89 -0
- package/out/exports/resources.generated/aws-workspacesinstances-volumeassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-workspacesinstances-workspaceinstance.d.ts +311 -0
- package/package.json +1 -1
|
@@ -190,7 +190,7 @@ export type InvocationPoint = "PRE_PROVISION";
|
|
|
190
190
|
*/
|
|
191
191
|
export type S3Location = {
|
|
192
192
|
/**
|
|
193
|
-
* Specifies the S3 path to the file
|
|
193
|
+
* Specifies the S3 path to the file that contains your Guard rules or input parameters (in the form `s3://<bucket name>/<file name>` ).
|
|
194
194
|
*
|
|
195
195
|
* For Guard rules, the object stored in S3 must have one of the following file extensions: `.guard` , `.zip` , or `.tar.gz` .
|
|
196
196
|
*
|
|
@@ -30,7 +30,7 @@ export type CloudFormationHookVersionProps = {
|
|
|
30
30
|
*/
|
|
31
31
|
LoggingConfig?: LoggingConfig | undefined;
|
|
32
32
|
/**
|
|
33
|
-
* A URL to the Amazon S3 bucket
|
|
33
|
+
* A URL to the Amazon S3 bucket for the Hook project package that contains the necessary files for the Hook you want to register.
|
|
34
34
|
*
|
|
35
35
|
* For information on generating a schema handler package, see [Modeling custom CloudFormation Hooks](https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-model.html) in the *AWS CloudFormation Hooks User Guide* .
|
|
36
36
|
*
|
|
@@ -24,7 +24,7 @@ export type CloudFormationModuleVersionProps = {
|
|
|
24
24
|
*/
|
|
25
25
|
ModuleName: string;
|
|
26
26
|
/**
|
|
27
|
-
* A URL to the S3 bucket
|
|
27
|
+
* A URL to the S3 bucket for the package that contains the template fragment and schema files for the module version to register.
|
|
28
28
|
*
|
|
29
29
|
* For more information, see [Module structure and requirements](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/modules-structure.html) in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
30
30
|
*
|
|
@@ -36,7 +36,7 @@ export type CloudFormationResourceVersionProps = {
|
|
|
36
36
|
*/
|
|
37
37
|
LoggingConfig?: LoggingConfig | undefined;
|
|
38
38
|
/**
|
|
39
|
-
* A URL to the S3 bucket
|
|
39
|
+
* A URL to the S3 bucket for the resource project package that contains the necessary files for the resource you want to register.
|
|
40
40
|
*
|
|
41
41
|
* For information on generating a schema handler package, see [Modeling resource types to use with AWS CloudFormation](https://docs.aws.amazon.com/cloudformation-cli/latest/userguide/resource-type-model.html) in the *AWS CloudFormation Command Line Interface (CLI) User Guide* .
|
|
42
42
|
*
|
|
@@ -157,7 +157,7 @@ export type CloudFormationStackProps = {
|
|
|
157
157
|
*/
|
|
158
158
|
TemplateBody?: Record<string, unknown> | string | undefined;
|
|
159
159
|
/**
|
|
160
|
-
* The URL of a file
|
|
160
|
+
* The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket. The location for an Amazon S3 bucket must start with `https://` .
|
|
161
161
|
*
|
|
162
162
|
* Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
|
|
163
163
|
* @minLength 1
|
|
@@ -125,14 +125,14 @@ export type CloudFormationStackSetProps = {
|
|
|
125
125
|
/**
|
|
126
126
|
* The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
|
127
127
|
*
|
|
128
|
-
* You must include either `TemplateURL` or `TemplateBody` in a StackSet, but you can't use both. Dynamic references in the `TemplateBody` may not work correctly in all cases. It's recommended to pass templates
|
|
128
|
+
* You must include either `TemplateURL` or `TemplateBody` in a StackSet, but you can't use both. Dynamic references in the `TemplateBody` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through `TemplateUrl` instead.
|
|
129
129
|
* @minLength 1
|
|
130
130
|
* @maxLength 51200
|
|
131
131
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody}
|
|
132
132
|
*/
|
|
133
133
|
TemplateBody?: string | undefined;
|
|
134
134
|
/**
|
|
135
|
-
* The URL of a file
|
|
135
|
+
* The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with `https://` .
|
|
136
136
|
*
|
|
137
137
|
* Conditional: You must specify only one of the following parameters: `TemplateBody` , `TemplateURL` .
|
|
138
138
|
* @minLength 1
|
|
@@ -253,14 +253,14 @@ export type CloudFormationStackSetProps = {
|
|
|
253
253
|
/**
|
|
254
254
|
* The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
|
255
255
|
*
|
|
256
|
-
* You must include either `TemplateURL` or `TemplateBody` in a StackSet, but you can't use both. Dynamic references in the `TemplateBody` may not work correctly in all cases. It's recommended to pass templates
|
|
256
|
+
* You must include either `TemplateURL` or `TemplateBody` in a StackSet, but you can't use both. Dynamic references in the `TemplateBody` may not work correctly in all cases. It's recommended to pass templates that contain dynamic references through `TemplateUrl` instead.
|
|
257
257
|
* @minLength 1
|
|
258
258
|
* @maxLength 51200
|
|
259
259
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-stackset.html#cfn-cloudformation-stackset-templatebody}
|
|
260
260
|
*/
|
|
261
261
|
TemplateBody: string;
|
|
262
262
|
/**
|
|
263
|
-
* The URL of a file
|
|
263
|
+
* The URL of a file that contains the template body. The URL must point to a template (max size: 1 MB) that's located in an Amazon S3 bucket or a Systems Manager document. The location for an Amazon S3 bucket must start with `https://` .
|
|
264
264
|
*
|
|
265
265
|
* Conditional: You must specify only one of the following parameters: `TemplateBody` , `TemplateURL` .
|
|
266
266
|
* @minLength 1
|
|
@@ -21,7 +21,7 @@ export type CloudFormationWaitConditionProps = {
|
|
|
21
21
|
*/
|
|
22
22
|
Count?: number | undefined;
|
|
23
23
|
/**
|
|
24
|
-
* A reference to the wait condition handle used to signal this wait condition. Use the `Ref` intrinsic function to specify an [AWS::CloudFormation::WaitConditionHandle](https://docs.aws.amazon.com/AWSCloudFormation/latest/
|
|
24
|
+
* A reference to the wait condition handle used to signal this wait condition. Use the `Ref` intrinsic function to specify an [AWS::CloudFormation::WaitConditionHandle](https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-cloudformation-waitconditionhandle.html) resource.
|
|
25
25
|
*
|
|
26
26
|
* Anytime you add a `WaitCondition` resource during a stack update, you must associate the wait condition with a new WaitConditionHandle resource. Don't reuse an old wait condition handle that has already been defined in the template. If you reuse a wait condition handle, the wait condition might evaluate old signals from a previous create or update stack command.
|
|
27
27
|
*
|
|
@@ -326,7 +326,7 @@ export type CustomOriginConfig = {
|
|
|
326
326
|
/**
|
|
327
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.
|
|
328
328
|
*
|
|
329
|
-
* For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
329
|
+
* 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
330
|
* @default 5
|
|
331
331
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-originkeepalivetimeout}
|
|
332
332
|
*/
|
|
@@ -343,7 +343,7 @@ export type CustomOriginConfig = {
|
|
|
343
343
|
/**
|
|
344
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.
|
|
345
345
|
*
|
|
346
|
-
* For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
346
|
+
* 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
347
|
* @default 30
|
|
348
348
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-originreadtimeout}
|
|
349
349
|
*/
|
|
@@ -351,7 +351,7 @@ export type CustomOriginConfig = {
|
|
|
351
351
|
/**
|
|
352
352
|
* Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include `SSLv3` , `TLSv1` , `TLSv1.1` , and `TLSv1.2` .
|
|
353
353
|
*
|
|
354
|
-
* For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
354
|
+
* For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide* .
|
|
355
355
|
* @default ["TLSv1","SSLv3"]
|
|
356
356
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-customoriginconfig.html#cfn-cloudfront-distribution-customoriginconfig-originsslprotocols}
|
|
357
357
|
*/
|
|
@@ -1017,6 +1017,10 @@ export type Origin = {
|
|
|
1017
1017
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-originshield}
|
|
1018
1018
|
*/
|
|
1019
1019
|
OriginShield?: OriginShield | undefined;
|
|
1020
|
+
/**
|
|
1021
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-responsecompletiontimeout}
|
|
1022
|
+
*/
|
|
1023
|
+
ResponseCompletionTimeout?: number | undefined;
|
|
1020
1024
|
/**
|
|
1021
1025
|
* Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website hosting. To specify any other type of origin, including an Amazon S3 bucket that is configured with static website hosting, use the `CustomOriginConfig` type instead.
|
|
1022
1026
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-origin.html#cfn-cloudfront-distribution-origin-s3originconfig}
|
|
@@ -1212,6 +1216,11 @@ export type S3OriginConfig = {
|
|
|
1212
1216
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-s3originconfig.html#cfn-cloudfront-distribution-s3originconfig-originaccessidentity}
|
|
1213
1217
|
*/
|
|
1214
1218
|
OriginAccessIdentity?: string | undefined;
|
|
1219
|
+
/**
|
|
1220
|
+
* @default 30
|
|
1221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-s3originconfig.html#cfn-cloudfront-distribution-s3originconfig-originreadtimeout}
|
|
1222
|
+
*/
|
|
1223
|
+
OriginReadTimeout?: number | undefined;
|
|
1215
1224
|
};
|
|
1216
1225
|
/**
|
|
1217
1226
|
* A complex data type for the status codes that you specify that, when returned by a primary origin, trigger CloudFront to failover to a second origin.
|
|
@@ -1319,7 +1328,7 @@ export type VpcOriginConfig = {
|
|
|
1319
1328
|
/**
|
|
1320
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.
|
|
1321
1330
|
*
|
|
1322
|
-
* For more information, see [Keep-alive timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
1331
|
+
* 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* .
|
|
1323
1332
|
* @default 5
|
|
1324
1333
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-vpcoriginconfig.html#cfn-cloudfront-distribution-vpcoriginconfig-originkeepalivetimeout}
|
|
1325
1334
|
*/
|
|
@@ -1327,7 +1336,7 @@ export type VpcOriginConfig = {
|
|
|
1327
1336
|
/**
|
|
1328
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.
|
|
1329
1338
|
*
|
|
1330
|
-
* For more information, see [Response timeout (custom origins only)](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
1339
|
+
* 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* .
|
|
1331
1340
|
* @default 30
|
|
1332
1341
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-vpcoriginconfig.html#cfn-cloudfront-distribution-vpcoriginconfig-originreadtimeout}
|
|
1333
1342
|
*/
|
|
@@ -86,7 +86,7 @@ export type VpcOriginEndpointConfig = {
|
|
|
86
86
|
/**
|
|
87
87
|
* Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. Valid values include `SSLv3` , `TLSv1` , `TLSv1.1` , and `TLSv1.2` .
|
|
88
88
|
*
|
|
89
|
-
* For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/
|
|
89
|
+
* For more information, see [Minimum Origin SSL Protocol](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/DownloadDistValuesOrigin.html#DownloadDistValuesOriginSSLProtocols) in the *Amazon CloudFront Developer Guide* .
|
|
90
90
|
* @default ["TLSv1","SSLv3"]
|
|
91
91
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-vpcorigin-vpcoriginendpointconfig.html#cfn-cloudfront-vpcorigin-vpcoriginendpointconfig-originsslprotocols}
|
|
92
92
|
*/
|
|
@@ -192,6 +192,11 @@ export type CommunicationLimitsConfig = {
|
|
|
192
192
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-communicationlimitsconfig.html#cfn-connectcampaignsv2-campaign-communicationlimitsconfig-allchannelssubtypes}
|
|
193
193
|
*/
|
|
194
194
|
AllChannelsSubtypes?: CommunicationLimits | undefined;
|
|
195
|
+
/**
|
|
196
|
+
* Opt-in or Opt-out from instance-level limits.
|
|
197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-communicationlimitsconfig.html#cfn-connectcampaignsv2-campaign-communicationlimitsconfig-instancelimitshandling}
|
|
198
|
+
*/
|
|
199
|
+
InstanceLimitsHandling?: InstanceLimitsHandling | undefined;
|
|
195
200
|
};
|
|
196
201
|
/**
|
|
197
202
|
* Communication time configuration for an outbound campaign.
|
|
@@ -304,6 +309,11 @@ export type EventTrigger = {
|
|
|
304
309
|
*/
|
|
305
310
|
CustomerProfilesDomainArn?: string | undefined;
|
|
306
311
|
};
|
|
312
|
+
/**
|
|
313
|
+
* Enumeration of Instance Limits handling in a Campaign
|
|
314
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-instancelimitshandling.html}
|
|
315
|
+
*/
|
|
316
|
+
export type InstanceLimitsHandling = "OPT_IN" | "OPT_OUT";
|
|
307
317
|
/**
|
|
308
318
|
* The configuration of timezone for recipient.
|
|
309
319
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-localtimezoneconfig.html}
|
|
@@ -530,7 +530,7 @@ export type RedshiftPropertiesInput = {
|
|
|
530
530
|
* The Amazon Redshift database name.
|
|
531
531
|
* @minLength 1
|
|
532
532
|
* @maxLength 64
|
|
533
|
-
* @pattern ^[a-z0-
|
|
533
|
+
* @pattern ^[a-z0-9_]+$
|
|
534
534
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-redshiftpropertiesinput.html#cfn-datazone-connection-redshiftpropertiesinput-databasename}
|
|
535
535
|
*/
|
|
536
536
|
DatabaseName?: string | undefined;
|
|
@@ -176,6 +176,12 @@ export type EnvironmentConfigurationParametersDetails = {
|
|
|
176
176
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparametersdetails.html#cfn-datazone-projectprofile-environmentconfigurationparametersdetails-parameteroverrides}
|
|
177
177
|
*/
|
|
178
178
|
ParameterOverrides?: EnvironmentConfigurationParameter[] | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* @minLength 1
|
|
181
|
+
* @maxLength 2048
|
|
182
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparametersdetails.html#cfn-datazone-projectprofile-environmentconfigurationparametersdetails-ssmpath}
|
|
183
|
+
*/
|
|
184
|
+
SsmPath?: string | undefined;
|
|
179
185
|
};
|
|
180
186
|
/**
|
|
181
187
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-region.html}
|
|
@@ -162,7 +162,6 @@ export type AcceleratorSelection = {
|
|
|
162
162
|
*
|
|
163
163
|
* - `latest` - Use the latest runtime available for the chip. If you specify `latest` and a new version of the runtime is released, the new version of the runtime is used.
|
|
164
164
|
* - `grid:r570` - [NVIDIA vGPU software 18](https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/18.0/index.html)
|
|
165
|
-
* - `grid:r550` - [NVIDIA vGPU software 17](https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/17.0/index.html)
|
|
166
165
|
* - `grid:r535` - [NVIDIA vGPU software 16](https://docs.aws.amazon.com/https://docs.nvidia.com/vgpu/16.0/index.html)
|
|
167
166
|
*
|
|
168
167
|
* If you don't specify a runtime, Deadline Cloud uses `latest` as the default. However, if you have multiple accelerators and specify `latest` for some and leave others blank, Deadline Cloud raises an exception.
|
|
@@ -68,6 +68,11 @@ export type DSQLClusterProps = {
|
|
|
68
68
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dsql-cluster.html#cfn-dsql-cluster-deletionprotectionenabled}
|
|
69
69
|
*/
|
|
70
70
|
DeletionProtectionEnabled?: boolean | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* The KMS key that encrypts data on the cluster.
|
|
73
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dsql-cluster.html#cfn-dsql-cluster-kmsencryptionkey}
|
|
74
|
+
*/
|
|
75
|
+
KmsEncryptionKey?: string | undefined;
|
|
71
76
|
/**
|
|
72
77
|
* Defines the structure for multi-Region cluster configurations, containing the witness Region and peered cluster settings.
|
|
73
78
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dsql-cluster.html#cfn-dsql-cluster-multiregionproperties}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* Specifies a permission for
|
|
3
|
+
* Specifies a permission for the network interface, For example, you can grant an AWS -authorized account permission to attach the network interface to an instance in their account.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html}
|
|
5
5
|
*/
|
|
6
6
|
export type EC2NetworkInterfacePermission = ResourceDefinitionWithAttributes<"AWS::EC2::NetworkInterfacePermission", EC2NetworkInterfacePermissionProps, EC2NetworkInterfacePermissionAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
* Specifies a permission for
|
|
8
|
+
* Specifies a permission for the network interface, For example, you can grant an AWS -authorized account permission to attach the network interface to an instance in their account.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfacepermission.html}
|
|
10
10
|
*/
|
|
11
11
|
export type EC2NetworkInterfacePermissionProps = {
|
|
@@ -80,9 +80,10 @@ export type EC2TrafficMirrorFilterRuleProps = {
|
|
|
80
80
|
*/
|
|
81
81
|
export type EC2TrafficMirrorFilterRuleAttribs = {
|
|
82
82
|
/**
|
|
83
|
-
*
|
|
83
|
+
* The ID of the Traffic Mirror Filter rule.
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrorfilterrule.html#cfn-ec2-trafficmirrorfilterrule-trafficmirrorfilterruleid}
|
|
84
85
|
*/
|
|
85
|
-
|
|
86
|
+
TrafficMirrorFilterRuleId: string;
|
|
86
87
|
};
|
|
87
88
|
/**
|
|
88
89
|
* Describes the Traffic Mirror port range.
|
|
@@ -611,9 +611,9 @@ export type LogConfiguration = {
|
|
|
611
611
|
*
|
|
612
612
|
* If you use the `non-blocking` mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the `max-buffer-size` option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see [Preventing log loss with non-blocking mode in the `awslogs` container log driver](https://docs.aws.amazon.com/containers/preventing-log-loss-with-non-blocking-mode-in-the-awslogs-container-log-driver/) .
|
|
613
613
|
*
|
|
614
|
-
* You can set a default `mode` for all containers in a specific AWS Region by using the `defaultLogDriverMode` account setting. If you don't specify the `mode` option or configure the account setting, Amazon ECS will default to the `blocking` mode. For more information about the account setting, see [Default log driver mode](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode) in the *Amazon Elastic Container Service Developer Guide* .
|
|
614
|
+
* You can set a default `mode` for all containers in a specific AWS Region by using the `defaultLogDriverMode` account setting. If you don't specify the `mode` option or configure the account setting, Amazon ECS will default to the `non-blocking` mode. For more information about the account setting, see [Default log driver mode](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode) in the *Amazon Elastic Container Service Developer Guide* .
|
|
615
615
|
*
|
|
616
|
-
* > On June 25, 2025, Amazon ECS
|
|
616
|
+
* > On June 25, 2025, Amazon ECS changed the default log driver mode from `blocking` to `non-blocking` to prioritize task availability over logging. To continue using the `blocking` mode after this change, do one of the following:
|
|
617
617
|
* >
|
|
618
618
|
* > - Set the `mode` option in your container definition's `logConfiguration` as `blocking` .
|
|
619
619
|
* > - Set the `defaultLogDriverMode` account setting to `blocking` .
|
|
@@ -366,7 +366,7 @@ export type ContainerDefinition = {
|
|
|
366
366
|
*/
|
|
367
367
|
Hostname?: string | undefined;
|
|
368
368
|
/**
|
|
369
|
-
* The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. Other repositories are specified with either `*repository-url* / *image* : *tag*` or `*repository-url* / *image* @ *digest*` .
|
|
369
|
+
* The image used to start a container. This string is passed directly to the Docker daemon. By default, images in the Docker Hub registry are available. Other repositories are specified with either `*repository-url* / *image* : *tag*` or `*repository-url* / *image* @ *digest*` . For images using tags (repository-url/image:tag), up to 255 characters total are allowed, including letters (uppercase and lowercase), numbers, hyphens, underscores, colons, periods, forward slashes, and number signs (#). For images using digests (repository-url/image@digest), the 255 character limit applies only to the repository URL and image name (everything before the @ sign). The only supported hash function is sha256, and the hash value after sha256: must be exactly 64 characters (only letters A-F, a-f, and numbers 0-9 are allowed). This parameter maps to `Image` in the docker container create command and the `IMAGE` parameter of docker run.
|
|
370
370
|
*
|
|
371
371
|
* - When a new task starts, the Amazon ECS container agent pulls the latest version of the specified image and tag for the container to use. However, subsequent updates to a repository image aren't propagated to already running tasks.
|
|
372
372
|
* - Images in Amazon ECR repositories can be specified by either using the full `registry/repository:tag` or `registry/repository@digest` . For example, `012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>:latest` or `012345678910.dkr.ecr.<region-name>.amazonaws.com/<repository-name>@sha256:94afd1f2e64d908bc90dbca0035a5b567EXAMPLE` .
|
|
@@ -1084,9 +1084,9 @@ export type LogConfiguration = {
|
|
|
1084
1084
|
*
|
|
1085
1085
|
* If you use the `non-blocking` mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the `max-buffer-size` option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see [Preventing log loss with non-blocking mode in the `awslogs` container log driver](https://docs.aws.amazon.com/containers/preventing-log-loss-with-non-blocking-mode-in-the-awslogs-container-log-driver/) .
|
|
1086
1086
|
*
|
|
1087
|
-
* You can set a default `mode` for all containers in a specific AWS Region by using the `defaultLogDriverMode` account setting. If you don't specify the `mode` option or configure the account setting, Amazon ECS will default to the `blocking` mode. For more information about the account setting, see [Default log driver mode](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1087
|
+
* You can set a default `mode` for all containers in a specific AWS Region by using the `defaultLogDriverMode` account setting. If you don't specify the `mode` option or configure the account setting, Amazon ECS will default to the `non-blocking` mode. For more information about the account setting, see [Default log driver mode](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#default-log-driver-mode) in the *Amazon Elastic Container Service Developer Guide* .
|
|
1088
1088
|
*
|
|
1089
|
-
* > On June 25, 2025, Amazon ECS
|
|
1089
|
+
* > On June 25, 2025, Amazon ECS changed the default log driver mode from `blocking` to `non-blocking` to prioritize task availability over logging. To continue using the `blocking` mode after this change, do one of the following:
|
|
1090
1090
|
* >
|
|
1091
1091
|
* > - Set the `mode` option in your container definition's `logConfiguration` as `blocking` .
|
|
1092
1092
|
* > - Set the `defaultLogDriverMode` account setting to `blocking` .
|
|
@@ -17,6 +17,8 @@ export type ElasticLoadBalancingV2ListenerProps = {
|
|
|
17
17
|
/**
|
|
18
18
|
* The default SSL server certificate for a secure listener. You must provide exactly one certificate if the listener protocol is HTTPS or TLS.
|
|
19
19
|
*
|
|
20
|
+
* For an HTTPS listener, update requires some interruptions. For a TLS listener, update requires no interruption.
|
|
21
|
+
*
|
|
20
22
|
* To create a certificate list for a secure listener, use [AWS::ElasticLoadBalancingV2::ListenerCertificate](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html) .
|
|
21
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listener.html#cfn-elasticloadbalancingv2-listener-certificates}
|
|
22
24
|
*/
|
|
@@ -24,6 +24,11 @@ export type EMRServerlessApplicationProps = {
|
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-autostopconfiguration}
|
|
25
25
|
*/
|
|
26
26
|
AutoStopConfiguration?: AutoStopConfiguration | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* The IAM IdentityCenter configuration for trusted-identity-propagation on this application. Supported with release labels emr-7.8.0 and above.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-identitycenterconfiguration}
|
|
30
|
+
*/
|
|
31
|
+
IdentityCenterConfiguration?: IdentityCenterConfiguration | undefined;
|
|
27
32
|
/**
|
|
28
33
|
* The image configuration applied to all worker types.
|
|
29
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-imageconfiguration}
|
|
@@ -201,6 +206,20 @@ export type ConfigurationObject = {
|
|
|
201
206
|
*/
|
|
202
207
|
Properties?: Record<string, string> | undefined;
|
|
203
208
|
};
|
|
209
|
+
/**
|
|
210
|
+
* The IAM IdentityCenter configuration for trusted-identity-propagation on this application. Supported with release labels emr-7.8.0 and above.
|
|
211
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html}
|
|
212
|
+
*/
|
|
213
|
+
export type IdentityCenterConfiguration = {
|
|
214
|
+
/**
|
|
215
|
+
* The IAM IdentityCenter instance arn
|
|
216
|
+
* @minLength 1
|
|
217
|
+
* @maxLength 1024
|
|
218
|
+
* @pattern ^arn:(aws[a-zA-Z0-9-]*):sso:::instance/(sso)?ins-[a-zA-Z0-9-.]{16}$
|
|
219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-identitycenterconfiguration.html#cfn-emrserverless-application-identitycenterconfiguration-identitycenterinstancearn}
|
|
220
|
+
*/
|
|
221
|
+
IdentityCenterInstanceArn?: string | undefined;
|
|
222
|
+
};
|
|
204
223
|
/**
|
|
205
224
|
* The image configuration.
|
|
206
225
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-imageconfigurationinput.html}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource type definition for AWS::FSx::S3AccessPointAttachment
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html}
|
|
5
|
+
*/
|
|
6
|
+
export type FSxS3AccessPointAttachment = ResourceDefinitionWithAttributes<"AWS::FSx::S3AccessPointAttachment", FSxS3AccessPointAttachmentProps, FSxS3AccessPointAttachmentAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource type definition for AWS::FSx::S3AccessPointAttachment
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html}
|
|
10
|
+
*/
|
|
11
|
+
export type FSxS3AccessPointAttachmentProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The Name of the S3AccessPointAttachment
|
|
14
|
+
* @minLength 3
|
|
15
|
+
* @maxLength 50
|
|
16
|
+
* @pattern ^(?=[a-z0-9])[a-z0-9-]{1,48}[a-z0-9]$
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-name}
|
|
18
|
+
*/
|
|
19
|
+
Name: string;
|
|
20
|
+
/**
|
|
21
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-openzfsconfiguration}
|
|
22
|
+
*/
|
|
23
|
+
OpenZFSConfiguration: S3AccessPointOpenZFSConfiguration;
|
|
24
|
+
/**
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-s3accesspoint}
|
|
26
|
+
*/
|
|
27
|
+
S3AccessPoint?: S3AccessPoint | undefined;
|
|
28
|
+
/**
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#cfn-fsx-s3accesspointattachment-type}
|
|
30
|
+
*/
|
|
31
|
+
Type: "OPENZFS";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fsx-s3accesspointattachment.html#aws-resource-fsx-s3accesspointattachment-return-values}
|
|
35
|
+
*/
|
|
36
|
+
export type FSxS3AccessPointAttachmentAttribs = {
|
|
37
|
+
/**
|
|
38
|
+
* @minLength 1
|
|
39
|
+
* @maxLength 63
|
|
40
|
+
* @pattern ^[0-9a-z\\-]{1,63}
|
|
41
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-alias}
|
|
42
|
+
*/
|
|
43
|
+
"S3AccessPoint.Alias": string;
|
|
44
|
+
/**
|
|
45
|
+
* @minLength 8
|
|
46
|
+
* @maxLength 1024
|
|
47
|
+
* @pattern ^arn:[^:]{1,63}:[^:]{0,63}:[^:]{0,63}:(?:|\d{12}):[^/].{0,1023}$
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-resourcearn}
|
|
49
|
+
*/
|
|
50
|
+
"S3AccessPoint.ResourceARN": string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html}
|
|
54
|
+
*/
|
|
55
|
+
export type FileSystemGID = {
|
|
56
|
+
/**
|
|
57
|
+
* @min 0
|
|
58
|
+
* @max 4294967295
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-filesystemgid.html#cfn-fsx-s3accesspointattachment-filesystemgid-gid}
|
|
60
|
+
*/
|
|
61
|
+
Gid: number;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html}
|
|
65
|
+
*/
|
|
66
|
+
export type OpenZFSFileSystemIdentity = {
|
|
67
|
+
/**
|
|
68
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html#cfn-fsx-s3accesspointattachment-openzfsfilesystemidentity-posixuser}
|
|
69
|
+
*/
|
|
70
|
+
PosixUser: OpenZFSPosixFileSystemUser;
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsfilesystemidentity.html#cfn-fsx-s3accesspointattachment-openzfsfilesystemidentity-type}
|
|
73
|
+
*/
|
|
74
|
+
Type: "POSIX";
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html}
|
|
78
|
+
*/
|
|
79
|
+
export type OpenZFSPosixFileSystemUser = {
|
|
80
|
+
/**
|
|
81
|
+
* @min 0
|
|
82
|
+
* @max 4294967295
|
|
83
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-gid}
|
|
84
|
+
*/
|
|
85
|
+
Gid: number;
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-secondarygids}
|
|
88
|
+
*/
|
|
89
|
+
SecondaryGids?: FileSystemGID[] | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* @min 0
|
|
92
|
+
* @max 4294967295
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-openzfsposixfilesystemuser.html#cfn-fsx-s3accesspointattachment-openzfsposixfilesystemuser-uid}
|
|
94
|
+
*/
|
|
95
|
+
Uid: number;
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html}
|
|
99
|
+
*/
|
|
100
|
+
export type S3AccessPoint = {
|
|
101
|
+
/**
|
|
102
|
+
* @minLength 1
|
|
103
|
+
* @maxLength 200000
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-policy}
|
|
105
|
+
*/
|
|
106
|
+
Policy?: Record<string, unknown> | string | undefined;
|
|
107
|
+
/**
|
|
108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspoint.html#cfn-fsx-s3accesspointattachment-s3accesspoint-vpcconfiguration}
|
|
109
|
+
*/
|
|
110
|
+
VpcConfiguration?: S3AccessPointVpcConfiguration | undefined;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html}
|
|
114
|
+
*/
|
|
115
|
+
export type S3AccessPointOpenZFSConfiguration = {
|
|
116
|
+
/**
|
|
117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html#cfn-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration-filesystemidentity}
|
|
118
|
+
*/
|
|
119
|
+
FileSystemIdentity: OpenZFSFileSystemIdentity;
|
|
120
|
+
/**
|
|
121
|
+
* @minLength 23
|
|
122
|
+
* @maxLength 23
|
|
123
|
+
* @pattern ^(fsvol-[0-9a-f]{17,})$
|
|
124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration.html#cfn-fsx-s3accesspointattachment-s3accesspointopenzfsconfiguration-volumeid}
|
|
125
|
+
*/
|
|
126
|
+
VolumeId: string;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointvpcconfiguration.html}
|
|
130
|
+
*/
|
|
131
|
+
export type S3AccessPointVpcConfiguration = {
|
|
132
|
+
/**
|
|
133
|
+
* @minLength 12
|
|
134
|
+
* @maxLength 21
|
|
135
|
+
* @pattern ^(vpc-[0-9a-f]{8,})$
|
|
136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-s3accesspointattachment-s3accesspointvpcconfiguration.html#cfn-fsx-s3accesspointattachment-s3accesspointvpcconfiguration-vpcid}
|
|
137
|
+
*/
|
|
138
|
+
VpcId: string;
|
|
139
|
+
};
|
|
140
|
+
//# sourceMappingURL=aws-fsx-s3accesspointattachment.d.ts.map
|
|
@@ -342,6 +342,14 @@ export type LogConfiguration = {
|
|
|
342
342
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-logconfiguration.html#cfn-gamelift-containerfleet-logconfiguration-logdestination}
|
|
343
343
|
*/
|
|
344
344
|
LogDestination?: LogDestination | undefined;
|
|
345
|
+
/**
|
|
346
|
+
* If log destination is CLOUDWATCH, logs are sent to the specified log group in Amazon CloudWatch.
|
|
347
|
+
* @minLength 1
|
|
348
|
+
* @maxLength 512
|
|
349
|
+
* @pattern [a-zA-Z0-9:/\-\*]+
|
|
350
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gamelift-containerfleet-logconfiguration.html#cfn-gamelift-containerfleet-logconfiguration-loggrouparn}
|
|
351
|
+
*/
|
|
352
|
+
LogGroupArn?: string | undefined;
|
|
345
353
|
/**
|
|
346
354
|
* If log destination is `S3` , logs are sent to the specified Amazon S3 bucket name.
|
|
347
355
|
* @minLength 1
|
|
@@ -20,7 +20,7 @@ export type GameLiftFleetProps = {
|
|
|
20
20
|
* *Returned by:* [DescribeFleetCapacity](https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetCapacity.html) , [DescribeFleetLocationCapacity](https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribeFleetLocationCapacity.html) , [UpdateFleetCapacity](https://docs.aws.amazon.com/gamelift/latest/apireference/API_UpdateFleetCapacity.html)
|
|
21
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-fleet.html#cfn-gamelift-fleet-applycapacity}
|
|
22
22
|
*/
|
|
23
|
-
ApplyCapacity?: "ON_UPDATE" | "ON_CREATE_AND_UPDATE" | undefined;
|
|
23
|
+
ApplyCapacity?: "ON_UPDATE" | "ON_CREATE_AND_UPDATE" | "ON_CREATE_AND_UPDATE_WITH_AUTOSCALING" | undefined;
|
|
24
24
|
/**
|
|
25
25
|
* A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a `READY` status. This fleet setting cannot be changed once the fleet is created.
|
|
26
26
|
* @pattern ^build-\S+|^arn:.*:build/build-\S+
|
|
@@ -34,6 +34,7 @@ export type InspectorV2FilterProps = {
|
|
|
34
34
|
*/
|
|
35
35
|
Name: string;
|
|
36
36
|
/**
|
|
37
|
+
* The tags attached to the filter.
|
|
37
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-filter.html#cfn-inspectorv2-filter-tags}
|
|
38
39
|
*/
|
|
39
40
|
Tags?: Record<string, string> | undefined;
|