@propulsionworks/cloudformation 0.1.10 → 0.1.11
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 +0 -1
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +7 -1
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +6 -0
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +6 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routingrule.d.ts +134 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +7 -6
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +8 -8
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +216 -1
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +1 -0
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +25 -13
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +26 -10
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +5 -19
- package/out/exports/resources.generated/aws-datasync-task.d.ts +11 -20
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +9 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +5 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +15 -4
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +58 -0
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +0 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1 -1
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +2 -0
- package/out/exports/resources.generated/aws-evs-environment.d.ts +196 -0
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +4 -4
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +1 -1
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +66 -2
- package/out/exports/resources.generated/aws-lightsail-instancesnapshot.d.ts +9 -9
- package/out/exports/resources.generated/aws-networkfirewall-vpcendpointassociation.d.ts +68 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +4 -32
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1 -1
- package/out/exports/resources.generated/aws-transfer-user.d.ts +1 -1
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +7 -0
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +4 -0
- package/package.json +1 -1
|
@@ -16,14 +16,11 @@ export type OpsWorksCMServerProps = {
|
|
|
16
16
|
AssociatePublicIpAddress?: boolean | undefined;
|
|
17
17
|
/**
|
|
18
18
|
* If you specify this field, AWS OpsWorks CM creates the server by using the backup represented by BackupId.
|
|
19
|
-
* @maxLength 79
|
|
20
|
-
* @pattern [a-zA-Z][a-zA-Z0-9\-\.\:]*
|
|
21
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupid}
|
|
22
20
|
*/
|
|
23
21
|
BackupId?: string | undefined;
|
|
24
22
|
/**
|
|
25
23
|
* The number of automated backups that you want to keep. Whenever a new backup is created, AWS OpsWorks CM deletes the oldest backups if this number is exceeded. The default value is `1` .
|
|
26
|
-
* @minLength 1
|
|
27
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-backupretentioncount}
|
|
28
25
|
*/
|
|
29
26
|
BackupRetentionCount?: number | undefined;
|
|
@@ -35,22 +32,16 @@ export type OpsWorksCMServerProps = {
|
|
|
35
32
|
* - The certificate must be valid at the time of upload. A certificate can't be used before its validity period begins (the certificate's `NotBefore` date), or after it expires (the certificate's `NotAfter` date).
|
|
36
33
|
* - The certificate’s common name or subject alternative names (SANs), if present, must match the value of `CustomDomain` .
|
|
37
34
|
* - The certificate must match the value of `CustomPrivateKey` .
|
|
38
|
-
* @maxLength 2097152
|
|
39
|
-
* @pattern (?s)\s*-----BEGIN CERTIFICATE-----.+-----END CERTIFICATE-----\s*
|
|
40
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customcertificate}
|
|
41
36
|
*/
|
|
42
37
|
CustomCertificate?: string | undefined;
|
|
43
38
|
/**
|
|
44
39
|
* Supported on servers running Chef Automate 2.0 only. An optional public endpoint of a server, such as `https://aws.my-company.com` . To access the server, create a CNAME DNS record in your preferred DNS service that points the custom domain to the endpoint that is generated when the server is created (the value of the CreateServer Endpoint attribute). You cannot access the server by using the generated `Endpoint` value if the server is using a custom domain. If you specify a custom domain, you must also specify values for `CustomCertificate` and `CustomPrivateKey` .
|
|
45
|
-
* @maxLength 253
|
|
46
|
-
* @pattern ^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$
|
|
47
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customdomain}
|
|
48
41
|
*/
|
|
49
42
|
CustomDomain?: string | undefined;
|
|
50
43
|
/**
|
|
51
44
|
* Supported on servers running Chef Automate 2.0 only. A private key in PEM format for connecting to the server by using HTTPS. The private key must not be encrypted; it cannot be protected by a password or passphrase. If you specify a custom private key, you must also specify values for `CustomDomain` and `CustomCertificate` .
|
|
52
|
-
* @maxLength 4096
|
|
53
|
-
* @pattern (?ms)\s*^-----BEGIN (?-s:.*)PRIVATE KEY-----$.*?^-----END (?-s:.*)PRIVATE KEY-----$\s*
|
|
54
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-customprivatekey}
|
|
55
46
|
*/
|
|
56
47
|
CustomPrivateKey?: string | undefined;
|
|
@@ -61,7 +52,6 @@ export type OpsWorksCMServerProps = {
|
|
|
61
52
|
DisableAutomatedBackup?: boolean | undefined;
|
|
62
53
|
/**
|
|
63
54
|
* The configuration management engine to use. Valid values include `ChefAutomate` and `Puppet` .
|
|
64
|
-
* @maxLength 10000
|
|
65
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engine}
|
|
66
56
|
*/
|
|
67
57
|
Engine?: string | undefined;
|
|
@@ -79,33 +69,26 @@ export type OpsWorksCMServerProps = {
|
|
|
79
69
|
EngineAttributes?: EngineAttribute[] | undefined;
|
|
80
70
|
/**
|
|
81
71
|
* The engine model of the server. Valid values in this release include `Monolithic` for Puppet and `Single` for Chef.
|
|
82
|
-
* @maxLength 10000
|
|
83
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-enginemodel}
|
|
84
73
|
*/
|
|
85
74
|
EngineModel?: string | undefined;
|
|
86
75
|
/**
|
|
87
76
|
* The major release version of the engine that you want to use. For a Chef server, the valid value for EngineVersion is currently `2` . For a Puppet server, valid values are `2019` or `2017` .
|
|
88
|
-
* @maxLength 10000
|
|
89
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-engineversion}
|
|
90
78
|
*/
|
|
91
79
|
EngineVersion?: string | undefined;
|
|
92
80
|
/**
|
|
93
81
|
* The ARN of the instance profile that your Amazon EC2 instances use.
|
|
94
|
-
* @maxLength 10000
|
|
95
|
-
* @pattern arn:aws:iam::[0-9]{12}:instance-profile/.*
|
|
96
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instanceprofilearn}
|
|
97
83
|
*/
|
|
98
84
|
InstanceProfileArn: string;
|
|
99
85
|
/**
|
|
100
86
|
* The Amazon EC2 instance type to use. For example, `m5.large` .
|
|
101
|
-
* @maxLength 10000
|
|
102
87
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-instancetype}
|
|
103
88
|
*/
|
|
104
89
|
InstanceType: string;
|
|
105
90
|
/**
|
|
106
91
|
* The Amazon EC2 key pair to set for the instance. This parameter is optional; if desired, you may specify this parameter to connect to your instances by using SSH.
|
|
107
|
-
* @maxLength 10000
|
|
108
|
-
* @pattern .*
|
|
109
92
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-keypair}
|
|
110
93
|
*/
|
|
111
94
|
KeyPair?: string | undefined;
|
|
@@ -120,8 +103,6 @@ export type OpsWorksCMServerProps = {
|
|
|
120
103
|
* *Example:* `08:00` , which represents a daily start time of 08:00 UTC.
|
|
121
104
|
*
|
|
122
105
|
* *Example:* `Mon:08:00` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
|
|
123
|
-
* @maxLength 10000
|
|
124
|
-
* @pattern ^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$
|
|
125
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredbackupwindow}
|
|
126
107
|
*/
|
|
127
108
|
PreferredBackupWindow?: string | undefined;
|
|
@@ -129,8 +110,6 @@ export type OpsWorksCMServerProps = {
|
|
|
129
110
|
* The start time for a one-hour period each week during which AWS OpsWorks CM performs maintenance on the instance. Valid values must be specified in the following format: `DDD:HH:MM` . `MM` must be specified as `00` . The specified time is in coordinated universal time (UTC). The default value is a random one-hour period on Tuesday, Wednesday, or Friday. See `TimeWindowDefinition` for more information.
|
|
130
111
|
*
|
|
131
112
|
* *Example:* `Mon:08:00` , which represents a start time of every Monday at 08:00 UTC. (8:00 a.m.)
|
|
132
|
-
* @maxLength 10000
|
|
133
|
-
* @pattern ^((Mon|Tue|Wed|Thu|Fri|Sat|Sun):)?([0-1][0-9]|2[0-3]):[0-5][0-9]$
|
|
134
113
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-preferredmaintenancewindow}
|
|
135
114
|
*/
|
|
136
115
|
PreferredMaintenanceWindow?: string | undefined;
|
|
@@ -143,8 +122,6 @@ export type OpsWorksCMServerProps = {
|
|
|
143
122
|
SecurityGroupIds?: string[] | undefined;
|
|
144
123
|
/**
|
|
145
124
|
* The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.
|
|
146
|
-
* @maxLength 10000
|
|
147
|
-
* @pattern arn:aws:iam::[0-9]{12}:role/.*
|
|
148
125
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn}
|
|
149
126
|
*/
|
|
150
127
|
ServiceRoleArn: string;
|
|
@@ -177,21 +154,20 @@ export type OpsWorksCMServerProps = {
|
|
|
177
154
|
export type OpsWorksCMServerAttribs = {
|
|
178
155
|
/**
|
|
179
156
|
* The Amazon Resource Name (ARN) of the server, such as `arn:aws:OpsWorksCM:us-east-1:123456789012:server/server-a1bzhi` .
|
|
180
|
-
* @maxLength 10000
|
|
181
157
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-arn}
|
|
182
158
|
*/
|
|
183
159
|
Arn: string;
|
|
184
160
|
/**
|
|
185
161
|
* A DNS name that can be used to access the engine. Example: `myserver-asdfghjkl.us-east-1.opsworks.io` .
|
|
186
|
-
* @maxLength 10000
|
|
187
162
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-endpoint}
|
|
188
163
|
*/
|
|
189
164
|
Endpoint: string;
|
|
165
|
+
/**
|
|
166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-id}
|
|
167
|
+
*/
|
|
168
|
+
Id: string;
|
|
190
169
|
/**
|
|
191
170
|
* The name of the server.
|
|
192
|
-
* @minLength 1
|
|
193
|
-
* @maxLength 40
|
|
194
|
-
* @pattern [a-zA-Z][a-zA-Z0-9\-]*
|
|
195
171
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername}
|
|
196
172
|
*/
|
|
197
173
|
ServerName: string;
|
|
@@ -213,8 +189,6 @@ export type EngineAttribute = {
|
|
|
213
189
|
* - `PUPPET_ADMIN_PASSWORD`
|
|
214
190
|
* - `PUPPET_R10K_REMOTE`
|
|
215
191
|
* - `PUPPET_R10K_PRIVATE_KEY`
|
|
216
|
-
* @maxLength 10000
|
|
217
|
-
* @pattern (?s).*
|
|
218
192
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworkscm-server-engineattribute.html#cfn-opsworkscm-server-engineattribute-name}
|
|
219
193
|
*/
|
|
220
194
|
Name?: string | undefined;
|
|
@@ -234,8 +208,6 @@ export type EngineAttribute = {
|
|
|
234
208
|
* - `PUPPET_ADMIN_PASSWORD` : An administrator password that you can use to sign in to the Puppet Enterprise console webpage after the server is online. The password must use between 8 and 32 ASCII characters.
|
|
235
209
|
* - `PUPPET_R10K_REMOTE` : The r10k remote is the URL of your control repository (for example, ssh://git@your.git-repo.com:user/control-repo.git). Specifying an r10k remote opens TCP port 8170.
|
|
236
210
|
* - `PUPPET_R10K_PRIVATE_KEY` : If you are using a private Git repository, add `PUPPET_R10K_PRIVATE_KEY` to specify a PEM-encoded private SSH key.
|
|
237
|
-
* @maxLength 10000
|
|
238
|
-
* @pattern (?s).*
|
|
239
211
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opsworkscm-server-engineattribute.html#cfn-opsworkscm-server-engineattribute-value}
|
|
240
212
|
*/
|
|
241
213
|
Value?: string | undefined;
|
|
@@ -89,18 +89,18 @@ export type ConnectionPoolConfigurationInfoFormat = {
|
|
|
89
89
|
*
|
|
90
90
|
* Constraints:
|
|
91
91
|
*
|
|
92
|
-
* - Must be between 0 and
|
|
92
|
+
* - Must be between 0 and 300.
|
|
93
93
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-connectionborrowtimeout}
|
|
94
94
|
*/
|
|
95
95
|
ConnectionBorrowTimeout?: number | undefined;
|
|
96
96
|
/**
|
|
97
|
-
* Add an initialization query, or modify the current one. You can specify one or more SQL statements for the proxy to run when opening each new database connection. The setting is typically used with `SET` statements to make sure that each connection has identical settings. Make sure
|
|
97
|
+
* Add an initialization query, or modify the current one. You can specify one or more SQL statements for the proxy to run when opening each new database connection. The setting is typically used with `SET` statements to make sure that each connection has identical settings. Make sure the query added here is valid. This is an optional field, so you can choose to leave it empty. For including multiple variables in a single SET statement, use a comma separator.
|
|
98
98
|
*
|
|
99
99
|
* For example: `SET variable1=value1, variable2=value2`
|
|
100
100
|
*
|
|
101
|
-
* For multiple statements, use semicolons as the separator.
|
|
102
|
-
*
|
|
103
101
|
* Default: no initialization query
|
|
102
|
+
*
|
|
103
|
+
* > Since you can access initialization query as part of target group configuration, it is not protected by authentication or cryptographic methods. Anyone with access to view or manage your proxy target group configuration can view the initialization query. You should not add sensitive data, such as passwords or long-lived encryption keys, to this option.
|
|
104
104
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat.html#cfn-rds-dbproxytargetgroup-connectionpoolconfigurationinfoformat-initquery}
|
|
105
105
|
*/
|
|
106
106
|
InitQuery?: string | undefined;
|
|
@@ -14,11 +14,11 @@ export type RDSDBShardGroup = ResourceDefinitionWithAttributes<"AWS::RDS::DBShar
|
|
|
14
14
|
*/
|
|
15
15
|
export type RDSDBShardGroupProps = {
|
|
16
16
|
/**
|
|
17
|
-
* Specifies whether to create standby DB shard
|
|
17
|
+
* Specifies whether to create standby standby DB data access shard for the DB shard group. Valid values are the following:
|
|
18
18
|
*
|
|
19
|
-
* - 0 - Creates a DB shard group without a standby DB shard
|
|
20
|
-
* - 1 - Creates a DB shard group with a standby DB shard
|
|
21
|
-
* - 2 - Creates a DB shard group with two standby DB shard
|
|
19
|
+
* - 0 - Creates a DB shard group without a standby DB data access shard. This is the default value.
|
|
20
|
+
* - 1 - Creates a DB shard group with a standby DB data access shard in a different Availability Zone (AZ).
|
|
21
|
+
* - 2 - Creates a DB shard group with two standby DB data access shard in two different AZs.
|
|
22
22
|
* @min 0
|
|
23
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbshardgroup.html#cfn-rds-dbshardgroup-computeredundancy}
|
|
24
24
|
*/
|
|
@@ -1154,7 +1154,7 @@ export type RoutingRuleCondition = {
|
|
|
1154
1154
|
*/
|
|
1155
1155
|
HttpErrorCodeReturnedEquals?: string | undefined;
|
|
1156
1156
|
/**
|
|
1157
|
-
* The object key name prefix when the redirect is applied. For example, to redirect requests for `ExamplePage.html` , the key prefix will be `ExamplePage.html` . To redirect request for all pages with the prefix `docs/` , the key prefix will be
|
|
1157
|
+
* The object key name prefix when the redirect is applied. For example, to redirect requests for `ExamplePage.html` , the key prefix will be `ExamplePage.html` . To redirect request for all pages with the prefix `docs/` , the key prefix will be `docs/` , which identifies all objects in the docs/ folder.
|
|
1158
1158
|
*
|
|
1159
1159
|
* Required when the parent element `Condition` is specified and sibling `HttpErrorCodeReturnedEquals` is not specified. If both conditions are specified, both must be true for the redirect to be applied.
|
|
1160
1160
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-routingrulecondition.html#cfn-s3-bucket-routingrulecondition-keyprefixequals}
|
|
@@ -14,7 +14,7 @@ export type TransferUserProps = {
|
|
|
14
14
|
*
|
|
15
15
|
* A `HomeDirectory` example is `/bucket_name/home/mydirectory` .
|
|
16
16
|
*
|
|
17
|
-
* >
|
|
17
|
+
* > You can use the `HomeDirectory` parameter for `HomeDirectoryType` when it is set to either `PATH` or `LOGICAL` .
|
|
18
18
|
* @minLength 0
|
|
19
19
|
* @maxLength 1024
|
|
20
20
|
* @pattern ^(|/.*)$
|
|
@@ -10,6 +10,9 @@ export type VerifiedPermissionsPolicyStore = ResourceDefinitionWithAttributes<"A
|
|
|
10
10
|
*/
|
|
11
11
|
export type VerifiedPermissionsPolicyStoreProps = {
|
|
12
12
|
/**
|
|
13
|
+
* Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted.
|
|
14
|
+
*
|
|
15
|
+
* The default state is `DISABLED` .
|
|
13
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-verifiedpermissions-policystore.html#cfn-verifiedpermissions-policystore-deletionprotection}
|
|
14
17
|
*/
|
|
15
18
|
DeletionProtection?: DeletionProtection | undefined;
|
|
@@ -67,10 +70,14 @@ export type VerifiedPermissionsPolicyStoreAttribs = {
|
|
|
67
70
|
*/
|
|
68
71
|
export type DeletionMode = "ENABLED" | "DISABLED";
|
|
69
72
|
/**
|
|
73
|
+
* Specifies whether the policy store can be deleted.
|
|
70
74
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-verifiedpermissions-policystore-deletionprotection.html}
|
|
71
75
|
*/
|
|
72
76
|
export type DeletionProtection = {
|
|
73
77
|
/**
|
|
78
|
+
* Specifies whether the policy store can be deleted. If enabled, the policy store can't be deleted.
|
|
79
|
+
*
|
|
80
|
+
* The default state is `DISABLED` .
|
|
74
81
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-verifiedpermissions-policystore-deletionprotection.html#cfn-verifiedpermissions-policystore-deletionprotection-mode}
|
|
75
82
|
*/
|
|
76
83
|
Mode: DeletionMode;
|
|
@@ -97,6 +97,10 @@ export type WAFv2WebACLProps = {
|
|
|
97
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-name}
|
|
98
98
|
*/
|
|
99
99
|
Name?: string | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-onsourceddosprotectionconfig}
|
|
102
|
+
*/
|
|
103
|
+
OnSourceDDoSProtectionConfig?: unknown;
|
|
100
104
|
/**
|
|
101
105
|
* The rule statements used to identify the web requests that you want to manage. Each rule includes one top-level statement that AWS WAF uses to identify matching web requests, and parameters that govern how AWS WAF handles them.
|
|
102
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-rules}
|