@propulsionworks/cloudformation 0.1.32 → 0.1.33
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-amazonmq-broker.d.ts +42 -53
- package/out/exports/resources.generated/aws-amazonmq-configuration.d.ts +5 -11
- package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +6 -10
- package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +14 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +1 -1
- package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +14 -0
- package/out/exports/resources.generated/aws-ce-anomalymonitor.d.ts +1 -1
- package/out/exports/resources.generated/aws-codebuild-fleet.d.ts +2 -2
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +2 -2
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +73 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +38 -4
- package/out/exports/resources.generated/aws-datazone-domain.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-capacitymanagerdataexport.d.ts +8 -6
- package/out/exports/resources.generated/aws-ec2-natgateway.d.ts +1 -0
- package/out/exports/resources.generated/aws-ecs-service.d.ts +53 -2
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listenerrule.d.ts +4 -0
- package/out/exports/resources.generated/aws-events-apidestination.d.ts +1 -1
- package/out/exports/resources.generated/aws-events-connection.d.ts +1 -1
- package/out/exports/resources.generated/aws-events-eventbuspolicy.d.ts +5 -13
- package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +4 -4
- package/out/exports/resources.generated/aws-iam-policy.d.ts +2 -2
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +35 -4
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +4 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +2 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +3 -1
- package/out/exports/resources.generated/aws-networkfirewall-firewall.d.ts +7 -0
- package/out/exports/resources.generated/aws-networkfirewall-firewallpolicy.d.ts +4 -0
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-networkmanager-connectattachment.d.ts +5 -0
- package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts +5 -0
- package/out/exports/resources.generated/aws-networkmanager-sitetositevpnattachment.d.ts +5 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewaypeering.d.ts +5 -0
- package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts +5 -0
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +5 -0
- package/out/exports/resources.generated/aws-organizations-account.d.ts +3 -1
- package/out/exports/resources.generated/aws-osis-pipeline.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +8 -1
- package/out/exports/resources.generated/aws-rtbfabric-link.d.ts +134 -0
- package/out/exports/resources.generated/aws-rtbfabric-requestergateway.d.ts +5 -0
- package/out/exports/resources.generated/aws-rtbfabric-respondergateway.d.ts +5 -0
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +6 -2
- package/out/exports/resources.generated/aws-s3vectors-index.d.ts +84 -0
- package/out/exports/resources.generated/aws-s3vectors-vectorbucket.d.ts +58 -0
- package/out/exports/resources.generated/aws-s3vectors-vectorbucketpolicy.d.ts +47 -0
- package/out/exports/resources.generated/aws-sagemaker-notebookinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-processingjob.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +2 -2
- package/out/exports/resources.generated/aws-securityhub-aggregatorv2.d.ts +2 -2
- package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +2 -2
- package/out/exports/resources.generated/aws-securityhub-hubv2.d.ts +2 -2
- package/out/exports/resources.generated/aws-transfer-connector.d.ts +58 -1
- package/package.json +1 -1
|
@@ -14,6 +14,11 @@ export type ImageBuilderImageProps = {
|
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-containerrecipearn}
|
|
15
15
|
*/
|
|
16
16
|
ContainerRecipeArn: string;
|
|
17
|
+
/**
|
|
18
|
+
* The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-deletionsettings}
|
|
20
|
+
*/
|
|
21
|
+
DeletionSettings?: DeletionSettings | undefined;
|
|
17
22
|
/**
|
|
18
23
|
* The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
|
|
19
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn}
|
|
@@ -30,7 +35,7 @@ export type ImageBuilderImageProps = {
|
|
|
30
35
|
*/
|
|
31
36
|
ExecutionRole?: string | undefined;
|
|
32
37
|
/**
|
|
33
|
-
* The
|
|
38
|
+
* The settings for starting an image pipeline execution.
|
|
34
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
35
40
|
*/
|
|
36
41
|
ImagePipelineExecutionSettings?: ImagePipelineExecutionSettings | undefined;
|
|
@@ -75,6 +80,11 @@ export type ImageBuilderImageProps = {
|
|
|
75
80
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-containerrecipearn}
|
|
76
81
|
*/
|
|
77
82
|
ContainerRecipeArn?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-deletionsettings}
|
|
86
|
+
*/
|
|
87
|
+
DeletionSettings?: DeletionSettings | undefined;
|
|
78
88
|
/**
|
|
79
89
|
* The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
|
|
80
90
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn}
|
|
@@ -91,7 +101,7 @@ export type ImageBuilderImageProps = {
|
|
|
91
101
|
*/
|
|
92
102
|
ExecutionRole?: string | undefined;
|
|
93
103
|
/**
|
|
94
|
-
* The
|
|
104
|
+
* The settings for starting an image pipeline execution.
|
|
95
105
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
96
106
|
*/
|
|
97
107
|
ImagePipelineExecutionSettings?: ImagePipelineExecutionSettings | undefined;
|
|
@@ -136,6 +146,11 @@ export type ImageBuilderImageProps = {
|
|
|
136
146
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-containerrecipearn}
|
|
137
147
|
*/
|
|
138
148
|
ContainerRecipeArn?: string | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
|
|
151
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-deletionsettings}
|
|
152
|
+
*/
|
|
153
|
+
DeletionSettings?: DeletionSettings | undefined;
|
|
139
154
|
/**
|
|
140
155
|
* The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
|
|
141
156
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn}
|
|
@@ -152,7 +167,7 @@ export type ImageBuilderImageProps = {
|
|
|
152
167
|
*/
|
|
153
168
|
ExecutionRole?: string | undefined;
|
|
154
169
|
/**
|
|
155
|
-
* The
|
|
170
|
+
* The settings for starting an image pipeline execution.
|
|
156
171
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
157
172
|
*/
|
|
158
173
|
ImagePipelineExecutionSettings: ImagePipelineExecutionSettings;
|
|
@@ -197,6 +212,11 @@ export type ImageBuilderImageProps = {
|
|
|
197
212
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-containerrecipearn}
|
|
198
213
|
*/
|
|
199
214
|
ContainerRecipeArn?: string | undefined;
|
|
215
|
+
/**
|
|
216
|
+
* The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
|
|
217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-deletionsettings}
|
|
218
|
+
*/
|
|
219
|
+
DeletionSettings?: DeletionSettings | undefined;
|
|
200
220
|
/**
|
|
201
221
|
* The Amazon Resource Name (ARN) of the distribution configuration that defines and configures the outputs of your pipeline.
|
|
202
222
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-distributionconfigurationarn}
|
|
@@ -213,7 +233,7 @@ export type ImageBuilderImageProps = {
|
|
|
213
233
|
*/
|
|
214
234
|
ExecutionRole?: string | undefined;
|
|
215
235
|
/**
|
|
216
|
-
* The
|
|
236
|
+
* The settings for starting an image pipeline execution.
|
|
217
237
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html#cfn-imagebuilder-image-imagepipelineexecutionsettings}
|
|
218
238
|
*/
|
|
219
239
|
ImagePipelineExecutionSettings?: ImagePipelineExecutionSettings | undefined;
|
|
@@ -304,6 +324,17 @@ export type ImageBuilderImageAttribs = {
|
|
|
304
324
|
*/
|
|
305
325
|
Name: string;
|
|
306
326
|
};
|
|
327
|
+
/**
|
|
328
|
+
* The deletion settings of the image, indicating whether to delete the underlying resources in addition to the image.
|
|
329
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-deletionsettings.html}
|
|
330
|
+
*/
|
|
331
|
+
export type DeletionSettings = {
|
|
332
|
+
/**
|
|
333
|
+
* The execution role to use for deleting the image, as well as underlying resources.
|
|
334
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-deletionsettings.html#cfn-imagebuilder-image-deletionsettings-executionrole}
|
|
335
|
+
*/
|
|
336
|
+
ExecutionRole: string;
|
|
337
|
+
};
|
|
307
338
|
/**
|
|
308
339
|
* Settings that Image Builder uses to configure the ECR repository and the output container images that Amazon Inspector scans.
|
|
309
340
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-image-ecrconfiguration.html}
|
|
@@ -93,6 +93,8 @@ export type OnFailure = {
|
|
|
93
93
|
*
|
|
94
94
|
* To retain records of unsuccessful [asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) , you can configure an Amazon SNS topic, Amazon SQS queue, Amazon S3 bucket, Lambda function, or Amazon EventBridge event bus as the destination.
|
|
95
95
|
*
|
|
96
|
+
* > Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending `OnFailure` event to the destination. For details on this behavior, refer to [Retaining records of asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html) .
|
|
97
|
+
*
|
|
96
98
|
* To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html) , [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html) , [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination) , you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
|
|
97
99
|
* @minLength 0
|
|
98
100
|
* @maxLength 350
|
|
@@ -112,6 +114,8 @@ export type OnFailure = {
|
|
|
112
114
|
export type OnSuccess = {
|
|
113
115
|
/**
|
|
114
116
|
* The Amazon Resource Name (ARN) of the destination resource.
|
|
117
|
+
*
|
|
118
|
+
* > Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending `OnFailure` event to the destination. For details on this behavior, refer to [Retaining records of asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html) .
|
|
115
119
|
* @minLength 0
|
|
116
120
|
* @maxLength 350
|
|
117
121
|
* @pattern ^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]+(-[a-z]+)+-\d{1})?:(\d{12})?:(.*)
|
|
@@ -363,6 +363,8 @@ export type OnFailure = {
|
|
|
363
363
|
*
|
|
364
364
|
* To retain records of unsuccessful [asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async.html#invocation-async-destinations) , you can configure an Amazon SNS topic, Amazon SQS queue, Amazon S3 bucket, Lambda function, or Amazon EventBridge event bus as the destination.
|
|
365
365
|
*
|
|
366
|
+
* > Amazon SNS destinations have a message size limit of 256 KB. If the combined size of the function request and response payload exceeds the limit, Lambda will drop the payload when sending `OnFailure` event to the destination. For details on this behavior, refer to [Retaining records of asynchronous invocations](https://docs.aws.amazon.com/lambda/latest/dg/invocation-async-retain-records.html) .
|
|
367
|
+
*
|
|
366
368
|
* To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html) , [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html) , [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination) , you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
|
|
367
369
|
* @minLength 12
|
|
368
370
|
* @maxLength 1024
|
|
@@ -58,7 +58,7 @@ export type MediaPackageV2OriginEndpointProps = {
|
|
|
58
58
|
*/
|
|
59
59
|
LowLatencyHlsManifests?: LowLatencyHlsManifestConfiguration[] | undefined;
|
|
60
60
|
/**
|
|
61
|
-
*
|
|
61
|
+
* A list of Microsoft Smooth Streaming (MSS) manifest configurations associated with the origin endpoint. Each configuration represents a different MSS streaming option available from this endpoint.
|
|
62
62
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html#cfn-mediapackagev2-originendpoint-mssmanifests}
|
|
63
63
|
*/
|
|
64
64
|
MssManifests?: MssManifestConfiguration[] | undefined;
|
|
@@ -558,6 +558,7 @@ export type EncryptionMethod = {
|
|
|
558
558
|
*/
|
|
559
559
|
CmafEncryptionMethod?: CmafEncryptionMethod | undefined;
|
|
560
560
|
/**
|
|
561
|
+
* The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
|
|
561
562
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-encryptionmethod.html#cfn-mediapackagev2-originendpoint-encryptionmethod-ismencryptionmethod}
|
|
562
563
|
*/
|
|
563
564
|
IsmEncryptionMethod?: IsmEncryptionMethod | undefined;
|
|
@@ -741,6 +742,7 @@ export type LowLatencyHlsManifestConfiguration = {
|
|
|
741
742
|
*/
|
|
742
743
|
export type MssManifestConfiguration = {
|
|
743
744
|
/**
|
|
745
|
+
* <p>Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest. </p>
|
|
744
746
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackagev2-originendpoint-mssmanifestconfiguration.html#cfn-mediapackagev2-originendpoint-mssmanifestconfiguration-filterconfiguration}
|
|
745
747
|
*/
|
|
746
748
|
FilterConfiguration?: FilterConfiguration | undefined;
|
|
@@ -119,6 +119,13 @@ export type NetworkFirewallFirewallAttribs = {
|
|
|
119
119
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-firewallid}
|
|
120
120
|
*/
|
|
121
121
|
FirewallId: string;
|
|
122
|
+
/**
|
|
123
|
+
* @minLength 1
|
|
124
|
+
* @maxLength 128
|
|
125
|
+
* @pattern ^tgw-attach-[0-9a-z]+$
|
|
126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-firewall.html#cfn-networkfirewall-firewall-transitgatewayattachmentid}
|
|
127
|
+
*/
|
|
128
|
+
TransitGatewayAttachmentId: string;
|
|
122
129
|
};
|
|
123
130
|
/**
|
|
124
131
|
* Defines the mapping between an Availability Zone and a firewall endpoint for a transit gateway-attached firewall. Each mapping represents where the firewall can process traffic. You use these mappings when calling `CreateFirewall` , `AssociateAvailabilityZones` , and `DisassociateAvailabilityZones` .
|
|
@@ -118,6 +118,10 @@ export type Dimension = {
|
|
|
118
118
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-firewallpolicy.html}
|
|
119
119
|
*/
|
|
120
120
|
export type FirewallPolicy = {
|
|
121
|
+
/**
|
|
122
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-firewallpolicy.html#cfn-networkfirewall-firewallpolicy-firewallpolicy-enabletlssessionholding}
|
|
123
|
+
*/
|
|
124
|
+
EnableTLSSessionHolding?: boolean | undefined;
|
|
121
125
|
/**
|
|
122
126
|
* Contains variables that you can use to override default Suricata settings in your firewall policy.
|
|
123
127
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-firewallpolicy.html#cfn-networkfirewall-firewallpolicy-firewallpolicy-policyvariables}
|
|
@@ -160,7 +160,7 @@ export type Dimension = {
|
|
|
160
160
|
/**
|
|
161
161
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-generatedrulestype.html}
|
|
162
162
|
*/
|
|
163
|
-
export type GeneratedRulesType = "ALLOWLIST" | "DENYLIST";
|
|
163
|
+
export type GeneratedRulesType = "ALLOWLIST" | "DENYLIST" | "ALERTLIST" | "REJECTLIST";
|
|
164
164
|
/**
|
|
165
165
|
* The 5-tuple criteria for AWS Network Firewall to use to inspect packet headers in stateful traffic flow inspection. Traffic flows that match the criteria are a match for the corresponding stateful rule.
|
|
166
166
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-header.html}
|
|
@@ -83,6 +83,11 @@ export type NetworkManagerConnectAttachmentAttribs = {
|
|
|
83
83
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-createdat}
|
|
84
84
|
*/
|
|
85
85
|
CreatedAt: string;
|
|
86
|
+
/**
|
|
87
|
+
* Errors from the last modification of the attachment.
|
|
88
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-lastmodificationerrors}
|
|
89
|
+
*/
|
|
90
|
+
LastModificationErrors: string[];
|
|
86
91
|
/**
|
|
87
92
|
* The ID of the Connect attachment owner.
|
|
88
93
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-connectattachment.html#cfn-networkmanager-connectattachment-owneraccountid}
|
package/out/exports/resources.generated/aws-networkmanager-directconnectgatewayattachment.d.ts
CHANGED
|
@@ -69,6 +69,11 @@ export type NetworkManagerDirectConnectGatewayAttachmentAttribs = {
|
|
|
69
69
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-createdat}
|
|
70
70
|
*/
|
|
71
71
|
CreatedAt: string;
|
|
72
|
+
/**
|
|
73
|
+
* Errors from the last modification of the attachment.
|
|
74
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-lastmodificationerrors}
|
|
75
|
+
*/
|
|
76
|
+
LastModificationErrors: string[];
|
|
72
77
|
/**
|
|
73
78
|
* The name of the network function group.
|
|
74
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-networkfunctiongroupname}
|
|
@@ -74,6 +74,11 @@ export type NetworkManagerSiteToSiteVpnAttachmentAttribs = {
|
|
|
74
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-sitetositevpnattachment.html#cfn-networkmanager-sitetositevpnattachment-edgelocation}
|
|
75
75
|
*/
|
|
76
76
|
EdgeLocation: string;
|
|
77
|
+
/**
|
|
78
|
+
* Errors from the last modification of the attachment.
|
|
79
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-sitetositevpnattachment.html#cfn-networkmanager-sitetositevpnattachment-lastmodificationerrors}
|
|
80
|
+
*/
|
|
81
|
+
LastModificationErrors: string[];
|
|
77
82
|
/**
|
|
78
83
|
* The ID of the site-to-site VPN attachment owner.
|
|
79
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-sitetositevpnattachment.html#cfn-networkmanager-sitetositevpnattachment-owneraccountid}
|
|
@@ -44,6 +44,11 @@ export type NetworkManagerTransitGatewayPeeringAttribs = {
|
|
|
44
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewaypeering.html#cfn-networkmanager-transitgatewaypeering-edgelocation}
|
|
45
45
|
*/
|
|
46
46
|
EdgeLocation: string;
|
|
47
|
+
/**
|
|
48
|
+
* Errors from the last modification of the transit gateway peering.
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewaypeering.html#cfn-networkmanager-transitgatewaypeering-lastmodificationerrors}
|
|
50
|
+
*/
|
|
51
|
+
LastModificationErrors: string[];
|
|
47
52
|
/**
|
|
48
53
|
* The ID of the account owner.
|
|
49
54
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewaypeering.html#cfn-networkmanager-transitgatewaypeering-owneraccountid}
|
package/out/exports/resources.generated/aws-networkmanager-transitgatewayroutetableattachment.d.ts
CHANGED
|
@@ -79,6 +79,11 @@ export type NetworkManagerTransitGatewayRouteTableAttachmentAttribs = {
|
|
|
79
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html#cfn-networkmanager-transitgatewayroutetableattachment-edgelocation}
|
|
80
80
|
*/
|
|
81
81
|
EdgeLocation: string;
|
|
82
|
+
/**
|
|
83
|
+
* Errors from the last modification of the attachment.
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html#cfn-networkmanager-transitgatewayroutetableattachment-lastmodificationerrors}
|
|
85
|
+
*/
|
|
86
|
+
LastModificationErrors: string[];
|
|
82
87
|
/**
|
|
83
88
|
* The ID of the transit gateway route table attachment owner.
|
|
84
89
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-transitgatewayroutetableattachment.html#cfn-networkmanager-transitgatewayroutetableattachment-owneraccountid}
|
|
@@ -79,6 +79,11 @@ export type NetworkManagerVpcAttachmentAttribs = {
|
|
|
79
79
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-vpcattachment.html#cfn-networkmanager-vpcattachment-edgelocation}
|
|
80
80
|
*/
|
|
81
81
|
EdgeLocation: string;
|
|
82
|
+
/**
|
|
83
|
+
* Errors from the last modification of the attachment.
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-vpcattachment.html#cfn-networkmanager-vpcattachment-lastmodificationerrors}
|
|
85
|
+
*/
|
|
86
|
+
LastModificationErrors: string[];
|
|
82
87
|
/**
|
|
83
88
|
* The name of the network function group.
|
|
84
89
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-vpcattachment.html#cfn-networkmanager-vpcattachment-networkfunctiongroupname}
|
|
@@ -161,7 +161,9 @@ export type OrganizationsAccountAttribs = {
|
|
|
161
161
|
*/
|
|
162
162
|
JoinedTimestamp: string;
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* Each state represents a specific phase in the account lifecycle. Use this information to manage account access, automate workflows, or trigger actions based on account state changes.
|
|
165
|
+
*
|
|
166
|
+
* For more information about account states and their implications, see [Monitor the state of your AWS accounts](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_accounts_account_state.html) in the *AWS Organizations User Guide* .
|
|
165
167
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-state}
|
|
166
168
|
*/
|
|
167
169
|
State: "PENDING_ACTIVATION" | "ACTIVE" | "SUSPENDED" | "PENDING_CLOSURE" | "CLOSED";
|
|
@@ -54,7 +54,7 @@ export type OSISPipelineProps = {
|
|
|
54
54
|
*/
|
|
55
55
|
PipelineName: string;
|
|
56
56
|
/**
|
|
57
|
-
* The
|
|
57
|
+
* The Amazon Resource Name (ARN) of the IAM role that the pipeline uses to access AWS resources.
|
|
58
58
|
* @minLength 20
|
|
59
59
|
* @maxLength 2048
|
|
60
60
|
* @pattern ^arn:(aws|aws\-cn|aws\-us\-gov|aws\-iso|aws\-iso\-b|aws\-iso\-e|aws\-iso\-f):iam::[0-9]+:role\/.*$
|
|
@@ -2464,7 +2464,14 @@ export type CustomValuesConfiguration = {
|
|
|
2464
2464
|
*/
|
|
2465
2465
|
export type DashboardBehavior = "ENABLED" | "DISABLED";
|
|
2466
2466
|
/**
|
|
2467
|
-
* Dashboard publish options
|
|
2467
|
+
* Dashboard publish options:
|
|
2468
|
+
*
|
|
2469
|
+
* - `AvailabilityStatus` for `AdHocFilteringOption` - This status can be either `ENABLED` or `DISABLED` . When this is set to `DISABLED` , Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is `ENABLED` by default.
|
|
2470
|
+
* - `AvailabilityStatus` for `ExportToCSVOption` - This status can be either `ENABLED` or `DISABLED` . The visual option to export data to .CSV format isn't enabled when this is set to `DISABLED` . This option is `ENABLED` by default.
|
|
2471
|
+
* - `VisibilityState` for `SheetControlsOption` - This visibility state can be either `COLLAPSED` or `EXPANDED` . This option is `COLLAPSED` by default.
|
|
2472
|
+
* - `AvailabilityStatus` for `QuickSuiteActionsOption` - This status can be either `ENABLED` or `DISABLED` . Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to `DISABLED` . This option is `DISABLED` by default.
|
|
2473
|
+
* - `AvailabilityStatus` for `ExecutiveSummaryOption` - This status can be either `ENABLED` or `DISABLED` . The option to build an executive summary is disabled when this is set to `DISABLED` . This option is `ENABLED` by default.
|
|
2474
|
+
* - `AvailabilityStatus` for `DataStoriesSharingOption` - This status can be either `ENABLED` or `DISABLED` . The option to share a data story is disabled when this is set to `DISABLED` . This option is `ENABLED` by default.
|
|
2468
2475
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html}
|
|
2469
2476
|
*/
|
|
2470
2477
|
export type DashboardPublishOptions = {
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Resource Type definition for AWS::RTBFabric::Link Resource Type
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html}
|
|
4
5
|
*/
|
|
5
6
|
export type RTBFabricLink = ResourceDefinitionWithAttributes<"AWS::RTBFabric::Link", RTBFabricLinkProps, RTBFabricLinkAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Resource Type definition for AWS::RTBFabric::Link Resource Type
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html}
|
|
8
10
|
*/
|
|
9
11
|
export type RTBFabricLinkProps = {
|
|
@@ -23,11 +25,16 @@ export type RTBFabricLinkProps = {
|
|
|
23
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-linklogsettings}
|
|
24
26
|
*/
|
|
25
27
|
LinkLogSettings: LinkLogSettings;
|
|
28
|
+
/**
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-moduleconfigurationlist}
|
|
30
|
+
*/
|
|
31
|
+
ModuleConfigurationList?: ModuleConfiguration[] | undefined;
|
|
26
32
|
/**
|
|
27
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-peergatewayid}
|
|
28
34
|
*/
|
|
29
35
|
PeerGatewayId: string;
|
|
30
36
|
/**
|
|
37
|
+
* Tags to assign to the Link.
|
|
31
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-link.html#cfn-rtbfabric-link-tags}
|
|
32
39
|
*/
|
|
33
40
|
Tags?: Tag[] | undefined;
|
|
@@ -61,6 +68,41 @@ export type RTBFabricLinkAttribs = {
|
|
|
61
68
|
*/
|
|
62
69
|
UpdatedTimestamp: string;
|
|
63
70
|
};
|
|
71
|
+
/**
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filter.html}
|
|
73
|
+
*/
|
|
74
|
+
export type Filter = {
|
|
75
|
+
/**
|
|
76
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filter.html#cfn-rtbfabric-link-filter-criteria}
|
|
77
|
+
*/
|
|
78
|
+
Criteria: FilterCriterion[];
|
|
79
|
+
};
|
|
80
|
+
/**
|
|
81
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filtercriterion.html}
|
|
82
|
+
*/
|
|
83
|
+
export type FilterCriterion = {
|
|
84
|
+
/**
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filtercriterion.html#cfn-rtbfabric-link-filtercriterion-path}
|
|
86
|
+
*/
|
|
87
|
+
Path: string;
|
|
88
|
+
/**
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-filtercriterion.html#cfn-rtbfabric-link-filtercriterion-values}
|
|
90
|
+
*/
|
|
91
|
+
Values: string[];
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-headertagaction.html}
|
|
95
|
+
*/
|
|
96
|
+
export type HeaderTagAction = {
|
|
97
|
+
/**
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-headertagaction.html#cfn-rtbfabric-link-headertagaction-name}
|
|
99
|
+
*/
|
|
100
|
+
Name: string;
|
|
101
|
+
/**
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-headertagaction.html#cfn-rtbfabric-link-headertagaction-value}
|
|
103
|
+
*/
|
|
104
|
+
Value: string;
|
|
105
|
+
};
|
|
64
106
|
/**
|
|
65
107
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkattributes.html}
|
|
66
108
|
*/
|
|
@@ -104,6 +146,98 @@ export type LinkLogSettings = {
|
|
|
104
146
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkstatus.html}
|
|
105
147
|
*/
|
|
106
148
|
export type LinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "DECLINED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
|
|
149
|
+
/**
|
|
150
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html}
|
|
151
|
+
*/
|
|
152
|
+
export type ModuleConfiguration = {
|
|
153
|
+
/**
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-dependson}
|
|
155
|
+
*/
|
|
156
|
+
DependsOn?: string[] | undefined;
|
|
157
|
+
/**
|
|
158
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-moduleparameters}
|
|
159
|
+
*/
|
|
160
|
+
ModuleParameters?: ModuleParameters | undefined;
|
|
161
|
+
/**
|
|
162
|
+
* @pattern ^[A-Za-z0-9 -]+$
|
|
163
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-name}
|
|
164
|
+
*/
|
|
165
|
+
Name: string;
|
|
166
|
+
/**
|
|
167
|
+
* @pattern ^[a-z0-9]{1,25}$
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html#cfn-rtbfabric-link-moduleconfiguration-version}
|
|
169
|
+
*/
|
|
170
|
+
Version?: string | undefined;
|
|
171
|
+
};
|
|
172
|
+
/**
|
|
173
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleparameters.html}
|
|
174
|
+
*/
|
|
175
|
+
export type ModuleParameters = {
|
|
176
|
+
NoBid: NoBidModuleParameters;
|
|
177
|
+
} | {
|
|
178
|
+
OpenRtbAttribute: OpenRtbAttributeModuleParameters;
|
|
179
|
+
};
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidaction.html}
|
|
182
|
+
*/
|
|
183
|
+
export type NoBidAction = {
|
|
184
|
+
/**
|
|
185
|
+
* @min 0
|
|
186
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidaction.html#cfn-rtbfabric-link-nobidaction-nobidreasoncode}
|
|
187
|
+
*/
|
|
188
|
+
NoBidReasonCode?: number | undefined;
|
|
189
|
+
};
|
|
190
|
+
/**
|
|
191
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html}
|
|
192
|
+
*/
|
|
193
|
+
export type NoBidModuleParameters = {
|
|
194
|
+
/**
|
|
195
|
+
* @min 0
|
|
196
|
+
* @max 100
|
|
197
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html#cfn-rtbfabric-link-nobidmoduleparameters-passthroughpercentage}
|
|
198
|
+
*/
|
|
199
|
+
PassThroughPercentage?: number | undefined;
|
|
200
|
+
/**
|
|
201
|
+
* @minLength 1
|
|
202
|
+
* @maxLength 50
|
|
203
|
+
* @pattern ^[a-zA-Z0-9]*$
|
|
204
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html#cfn-rtbfabric-link-nobidmoduleparameters-reason}
|
|
205
|
+
*/
|
|
206
|
+
Reason?: string | undefined;
|
|
207
|
+
/**
|
|
208
|
+
* @min 0
|
|
209
|
+
* @max 10
|
|
210
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-nobidmoduleparameters.html#cfn-rtbfabric-link-nobidmoduleparameters-reasoncode}
|
|
211
|
+
*/
|
|
212
|
+
ReasonCode?: number | undefined;
|
|
213
|
+
};
|
|
214
|
+
/**
|
|
215
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html}
|
|
216
|
+
*/
|
|
217
|
+
export type OpenRtbAttributeModuleParameters = {
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-action}
|
|
220
|
+
*/
|
|
221
|
+
Action: {
|
|
222
|
+
NoBid: NoBidAction;
|
|
223
|
+
} | {
|
|
224
|
+
HeaderTag: HeaderTagAction;
|
|
225
|
+
};
|
|
226
|
+
/**
|
|
227
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-filterconfiguration}
|
|
228
|
+
*/
|
|
229
|
+
FilterConfiguration: Filter[];
|
|
230
|
+
/**
|
|
231
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-filtertype}
|
|
232
|
+
*/
|
|
233
|
+
FilterType: "INCLUDE" | "EXCLUDE";
|
|
234
|
+
/**
|
|
235
|
+
* @min 0
|
|
236
|
+
* @max 100
|
|
237
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-openrtbattributemoduleparameters.html#cfn-rtbfabric-link-openrtbattributemoduleparameters-holdbackpercentage}
|
|
238
|
+
*/
|
|
239
|
+
HoldbackPercentage: number;
|
|
240
|
+
};
|
|
107
241
|
/**
|
|
108
242
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-respondererrormaskingforhttpcode.html}
|
|
109
243
|
*/
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html}
|
|
4
5
|
*/
|
|
5
6
|
export type RTBFabricRequesterGateway = ResourceDefinitionWithAttributes<"AWS::RTBFabric::RequesterGateway", RTBFabricRequesterGatewayProps, RTBFabricRequesterGatewayAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Resource Type definition for AWS::RTBFabric::RequesterGateway Resource Type.
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html}
|
|
8
10
|
*/
|
|
9
11
|
export type RTBFabricRequesterGatewayProps = {
|
|
@@ -12,14 +14,17 @@ export type RTBFabricRequesterGatewayProps = {
|
|
|
12
14
|
*/
|
|
13
15
|
Description?: string | undefined;
|
|
14
16
|
/**
|
|
17
|
+
* The ID of one or more security groups in order to create a requester gateway.
|
|
15
18
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-securitygroupids}
|
|
16
19
|
*/
|
|
17
20
|
SecurityGroupIds: string[];
|
|
18
21
|
/**
|
|
22
|
+
* The ID of one or more subnets in order to create a requester gateway.
|
|
19
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-subnetids}
|
|
20
24
|
*/
|
|
21
25
|
SubnetIds: string[];
|
|
22
26
|
/**
|
|
27
|
+
* Tags to assign to the Requester Gateway.
|
|
23
28
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-requestergateway.html#cfn-rtbfabric-requestergateway-tags}
|
|
24
29
|
*/
|
|
25
30
|
Tags?: Tag[] | undefined;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html}
|
|
4
5
|
*/
|
|
5
6
|
export type RTBFabricResponderGateway = ResourceDefinitionWithAttributes<"AWS::RTBFabric::ResponderGateway", RTBFabricResponderGatewayProps, RTBFabricResponderGatewayAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Resource Type definition for AWS::RTBFabric::ResponderGateway Resource Type
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html}
|
|
8
10
|
*/
|
|
9
11
|
export type RTBFabricResponderGatewayProps = {
|
|
@@ -28,14 +30,17 @@ export type RTBFabricResponderGatewayProps = {
|
|
|
28
30
|
*/
|
|
29
31
|
Protocol: Protocol;
|
|
30
32
|
/**
|
|
33
|
+
* The ID of one or more security groups in order to create a gateway.
|
|
31
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-securitygroupids}
|
|
32
35
|
*/
|
|
33
36
|
SecurityGroupIds: string[];
|
|
34
37
|
/**
|
|
38
|
+
* The ID of one or more subnets in order to create a gateway.
|
|
35
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-subnetids}
|
|
36
40
|
*/
|
|
37
41
|
SubnetIds: string[];
|
|
38
42
|
/**
|
|
43
|
+
* Tags to assign to the Responder Gateway.
|
|
39
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-respondergateway.html#cfn-rtbfabric-respondergateway-tags}
|
|
40
45
|
*/
|
|
41
46
|
Tags?: Tag[] | undefined;
|
|
@@ -401,7 +401,7 @@ export type DefaultRetention = {
|
|
|
401
401
|
*/
|
|
402
402
|
export type DeleteMarkerReplication = {
|
|
403
403
|
/**
|
|
404
|
-
* Indicates whether to replicate delete markers.
|
|
404
|
+
* Indicates whether to replicate delete markers.
|
|
405
405
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-deletemarkerreplication.html#cfn-s3-bucket-deletemarkerreplication-status}
|
|
406
406
|
*/
|
|
407
407
|
Status?: "Disabled" | "Enabled" | undefined;
|
|
@@ -1580,7 +1580,11 @@ export type Transition = {
|
|
|
1580
1580
|
/**
|
|
1581
1581
|
* Describes the versioning state of an Amazon S3 bucket. For more information, see [PUT Bucket versioning](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html) in the *Amazon S3 API Reference* .
|
|
1582
1582
|
*
|
|
1583
|
-
*
|
|
1583
|
+
* Keep the following timing in mind when enabling, suspending, or transitioning between versioning states:
|
|
1584
|
+
*
|
|
1585
|
+
* - *Enabling versioning* - Changes may take up to 15 minutes to propagate across all AWS regions for full consistency.
|
|
1586
|
+
* - *Suspending versioning* - Takes effect immediately with no propagation delay.
|
|
1587
|
+
* - *Transitioning between states* - Any change from Suspended to Enabled has a 15-minute delay.
|
|
1584
1588
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-versioningconfiguration.html}
|
|
1585
1589
|
*/
|
|
1586
1590
|
export type VersioningConfiguration = {
|