cdk-common 2.0.356 → 2.0.357
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/.jsii +9 -3
- package/API.md +5 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +1 -0
- package/lib/managed-policies.js +2 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +103 -0
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +435 -27
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +4 -4
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Fingerprint": "
|
|
2
|
+
"Fingerprint": "92191f39f91af7887a0c92bf6f2c21c4",
|
|
3
3
|
"PropertyTypes": {
|
|
4
4
|
"AWS::ACMPCA::Certificate.ApiPassthrough": {
|
|
5
5
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-acmpca-certificate-apipassthrough.html",
|
|
@@ -17806,13 +17806,13 @@
|
|
|
17806
17806
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-maximumcount",
|
|
17807
17807
|
"PrimitiveType": "Integer",
|
|
17808
17808
|
"Required": true,
|
|
17809
|
-
"UpdateType": "
|
|
17809
|
+
"UpdateType": "Immutable"
|
|
17810
17810
|
},
|
|
17811
17811
|
"MinimumCount": {
|
|
17812
17812
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-artifactdetails.html#cfn-codepipeline-customactiontype-artifactdetails-minimumcount",
|
|
17813
17813
|
"PrimitiveType": "Integer",
|
|
17814
17814
|
"Required": true,
|
|
17815
|
-
"UpdateType": "
|
|
17815
|
+
"UpdateType": "Immutable"
|
|
17816
17816
|
}
|
|
17817
17817
|
}
|
|
17818
17818
|
},
|
|
@@ -17823,43 +17823,43 @@
|
|
|
17823
17823
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-description",
|
|
17824
17824
|
"PrimitiveType": "String",
|
|
17825
17825
|
"Required": false,
|
|
17826
|
-
"UpdateType": "
|
|
17826
|
+
"UpdateType": "Immutable"
|
|
17827
17827
|
},
|
|
17828
17828
|
"Key": {
|
|
17829
17829
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-key",
|
|
17830
17830
|
"PrimitiveType": "Boolean",
|
|
17831
17831
|
"Required": true,
|
|
17832
|
-
"UpdateType": "
|
|
17832
|
+
"UpdateType": "Immutable"
|
|
17833
17833
|
},
|
|
17834
17834
|
"Name": {
|
|
17835
17835
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-name",
|
|
17836
17836
|
"PrimitiveType": "String",
|
|
17837
17837
|
"Required": true,
|
|
17838
|
-
"UpdateType": "
|
|
17838
|
+
"UpdateType": "Immutable"
|
|
17839
17839
|
},
|
|
17840
17840
|
"Queryable": {
|
|
17841
17841
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-queryable",
|
|
17842
17842
|
"PrimitiveType": "Boolean",
|
|
17843
17843
|
"Required": false,
|
|
17844
|
-
"UpdateType": "
|
|
17844
|
+
"UpdateType": "Immutable"
|
|
17845
17845
|
},
|
|
17846
17846
|
"Required": {
|
|
17847
17847
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-required",
|
|
17848
17848
|
"PrimitiveType": "Boolean",
|
|
17849
17849
|
"Required": true,
|
|
17850
|
-
"UpdateType": "
|
|
17850
|
+
"UpdateType": "Immutable"
|
|
17851
17851
|
},
|
|
17852
17852
|
"Secret": {
|
|
17853
17853
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-secret",
|
|
17854
17854
|
"PrimitiveType": "Boolean",
|
|
17855
17855
|
"Required": true,
|
|
17856
|
-
"UpdateType": "
|
|
17856
|
+
"UpdateType": "Immutable"
|
|
17857
17857
|
},
|
|
17858
17858
|
"Type": {
|
|
17859
17859
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-configurationproperties.html#cfn-codepipeline-customactiontype-configurationproperties-type",
|
|
17860
17860
|
"PrimitiveType": "String",
|
|
17861
17861
|
"Required": false,
|
|
17862
|
-
"UpdateType": "
|
|
17862
|
+
"UpdateType": "Immutable"
|
|
17863
17863
|
}
|
|
17864
17864
|
}
|
|
17865
17865
|
},
|
|
@@ -17870,25 +17870,25 @@
|
|
|
17870
17870
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-entityurltemplate",
|
|
17871
17871
|
"PrimitiveType": "String",
|
|
17872
17872
|
"Required": false,
|
|
17873
|
-
"UpdateType": "
|
|
17873
|
+
"UpdateType": "Immutable"
|
|
17874
17874
|
},
|
|
17875
17875
|
"ExecutionUrlTemplate": {
|
|
17876
17876
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-executionurltemplate",
|
|
17877
17877
|
"PrimitiveType": "String",
|
|
17878
17878
|
"Required": false,
|
|
17879
|
-
"UpdateType": "
|
|
17879
|
+
"UpdateType": "Immutable"
|
|
17880
17880
|
},
|
|
17881
17881
|
"RevisionUrlTemplate": {
|
|
17882
17882
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-revisionurltemplate",
|
|
17883
17883
|
"PrimitiveType": "String",
|
|
17884
17884
|
"Required": false,
|
|
17885
|
-
"UpdateType": "
|
|
17885
|
+
"UpdateType": "Immutable"
|
|
17886
17886
|
},
|
|
17887
17887
|
"ThirdPartyConfigurationUrl": {
|
|
17888
17888
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-customactiontype-settings.html#cfn-codepipeline-customactiontype-settings-thirdpartyconfigurationurl",
|
|
17889
17889
|
"PrimitiveType": "String",
|
|
17890
17890
|
"Required": false,
|
|
17891
|
-
"UpdateType": "
|
|
17891
|
+
"UpdateType": "Immutable"
|
|
17892
17892
|
}
|
|
17893
17893
|
}
|
|
17894
17894
|
},
|
|
@@ -30599,6 +30599,31 @@
|
|
|
30599
30599
|
}
|
|
30600
30600
|
}
|
|
30601
30601
|
},
|
|
30602
|
+
"AWS::ECS::Service.DeploymentAlarms": {
|
|
30603
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentalarms.html",
|
|
30604
|
+
"Properties": {
|
|
30605
|
+
"AlarmNames": {
|
|
30606
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentalarms.html#cfn-ecs-service-deploymentalarms-alarmnames",
|
|
30607
|
+
"DuplicatesAllowed": true,
|
|
30608
|
+
"PrimitiveItemType": "String",
|
|
30609
|
+
"Required": true,
|
|
30610
|
+
"Type": "List",
|
|
30611
|
+
"UpdateType": "Mutable"
|
|
30612
|
+
},
|
|
30613
|
+
"Enable": {
|
|
30614
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentalarms.html#cfn-ecs-service-deploymentalarms-enable",
|
|
30615
|
+
"PrimitiveType": "Boolean",
|
|
30616
|
+
"Required": true,
|
|
30617
|
+
"UpdateType": "Mutable"
|
|
30618
|
+
},
|
|
30619
|
+
"Rollback": {
|
|
30620
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentalarms.html#cfn-ecs-service-deploymentalarms-rollback",
|
|
30621
|
+
"PrimitiveType": "Boolean",
|
|
30622
|
+
"Required": true,
|
|
30623
|
+
"UpdateType": "Mutable"
|
|
30624
|
+
}
|
|
30625
|
+
}
|
|
30626
|
+
},
|
|
30602
30627
|
"AWS::ECS::Service.DeploymentCircuitBreaker": {
|
|
30603
30628
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentcircuitbreaker.html",
|
|
30604
30629
|
"Properties": {
|
|
@@ -30619,6 +30644,12 @@
|
|
|
30619
30644
|
"AWS::ECS::Service.DeploymentConfiguration": {
|
|
30620
30645
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html",
|
|
30621
30646
|
"Properties": {
|
|
30647
|
+
"Alarms": {
|
|
30648
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-alarms",
|
|
30649
|
+
"Required": false,
|
|
30650
|
+
"Type": "DeploymentAlarms",
|
|
30651
|
+
"UpdateType": "Mutable"
|
|
30652
|
+
},
|
|
30622
30653
|
"DeploymentCircuitBreaker": {
|
|
30623
30654
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-deploymentconfiguration.html#cfn-ecs-service-deploymentconfiguration-deploymentcircuitbreaker",
|
|
30624
30655
|
"Required": false,
|
|
@@ -31561,6 +31592,12 @@
|
|
|
31561
31592
|
"Required": false,
|
|
31562
31593
|
"UpdateType": "Immutable"
|
|
31563
31594
|
},
|
|
31595
|
+
"ContainerPortRange": {
|
|
31596
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-portmapping.html#cfn-ecs-taskdefinition-portmapping-containerportrange",
|
|
31597
|
+
"PrimitiveType": "String",
|
|
31598
|
+
"Required": false,
|
|
31599
|
+
"UpdateType": "Immutable"
|
|
31600
|
+
},
|
|
31564
31601
|
"HostPort": {
|
|
31565
31602
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-portmapping.html#cfn-ecs-taskdefinition-portmapping-hostport",
|
|
31566
31603
|
"PrimitiveType": "Integer",
|
|
@@ -34348,13 +34385,13 @@
|
|
|
34348
34385
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-applicationname",
|
|
34349
34386
|
"PrimitiveType": "String",
|
|
34350
34387
|
"Required": true,
|
|
34351
|
-
"UpdateType": "
|
|
34388
|
+
"UpdateType": "Immutable"
|
|
34352
34389
|
},
|
|
34353
34390
|
"TemplateName": {
|
|
34354
34391
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-configurationtemplate-sourceconfiguration.html#cfn-elasticbeanstalk-configurationtemplate-sourceconfiguration-templatename",
|
|
34355
34392
|
"PrimitiveType": "String",
|
|
34356
34393
|
"Required": true,
|
|
34357
|
-
"UpdateType": "
|
|
34394
|
+
"UpdateType": "Immutable"
|
|
34358
34395
|
}
|
|
34359
34396
|
}
|
|
34360
34397
|
},
|
|
@@ -74789,6 +74826,12 @@
|
|
|
74789
74826
|
"Required": false,
|
|
74790
74827
|
"UpdateType": "Mutable"
|
|
74791
74828
|
},
|
|
74829
|
+
"SecondsBeforeTimeout": {
|
|
74830
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsbeforetimeout",
|
|
74831
|
+
"PrimitiveType": "Integer",
|
|
74832
|
+
"Required": false,
|
|
74833
|
+
"UpdateType": "Mutable"
|
|
74834
|
+
},
|
|
74792
74835
|
"SecondsUntilAutoPause": {
|
|
74793
74836
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-secondsuntilautopause",
|
|
74794
74837
|
"PrimitiveType": "Integer",
|
|
@@ -89482,6 +89525,28 @@
|
|
|
89482
89525
|
}
|
|
89483
89526
|
}
|
|
89484
89527
|
},
|
|
89528
|
+
"AWS::WAFv2::RuleGroup.Challenge": {
|
|
89529
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-challenge.html",
|
|
89530
|
+
"Properties": {
|
|
89531
|
+
"CustomRequestHandling": {
|
|
89532
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-challenge.html#cfn-wafv2-rulegroup-challenge-customrequesthandling",
|
|
89533
|
+
"Required": false,
|
|
89534
|
+
"Type": "CustomRequestHandling",
|
|
89535
|
+
"UpdateType": "Mutable"
|
|
89536
|
+
}
|
|
89537
|
+
}
|
|
89538
|
+
},
|
|
89539
|
+
"AWS::WAFv2::RuleGroup.ChallengeConfig": {
|
|
89540
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-challengeconfig.html",
|
|
89541
|
+
"Properties": {
|
|
89542
|
+
"ImmunityTimeProperty": {
|
|
89543
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-challengeconfig.html#cfn-wafv2-rulegroup-challengeconfig-immunitytimeproperty",
|
|
89544
|
+
"Required": false,
|
|
89545
|
+
"Type": "ImmunityTimeProperty",
|
|
89546
|
+
"UpdateType": "Mutable"
|
|
89547
|
+
}
|
|
89548
|
+
}
|
|
89549
|
+
},
|
|
89485
89550
|
"AWS::WAFv2::RuleGroup.CookieMatchPattern": {
|
|
89486
89551
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-cookiematchpattern.html",
|
|
89487
89552
|
"Properties": {
|
|
@@ -90022,6 +90087,12 @@
|
|
|
90022
90087
|
"Type": "CaptchaConfig",
|
|
90023
90088
|
"UpdateType": "Mutable"
|
|
90024
90089
|
},
|
|
90090
|
+
"ChallengeConfig": {
|
|
90091
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-rule.html#cfn-wafv2-rulegroup-rule-challengeconfig",
|
|
90092
|
+
"Required": false,
|
|
90093
|
+
"Type": "ChallengeConfig",
|
|
90094
|
+
"UpdateType": "Mutable"
|
|
90095
|
+
},
|
|
90025
90096
|
"Name": {
|
|
90026
90097
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-rule.html#cfn-wafv2-rulegroup-rule-name",
|
|
90027
90098
|
"PrimitiveType": "String",
|
|
@@ -90077,6 +90148,12 @@
|
|
|
90077
90148
|
"Type": "Captcha",
|
|
90078
90149
|
"UpdateType": "Mutable"
|
|
90079
90150
|
},
|
|
90151
|
+
"Challenge": {
|
|
90152
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ruleaction.html#cfn-wafv2-rulegroup-ruleaction-challenge",
|
|
90153
|
+
"Required": false,
|
|
90154
|
+
"Type": "Challenge",
|
|
90155
|
+
"UpdateType": "Mutable"
|
|
90156
|
+
},
|
|
90080
90157
|
"Count": {
|
|
90081
90158
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-rulegroup-ruleaction.html#cfn-wafv2-rulegroup-ruleaction-count",
|
|
90082
90159
|
"Required": false,
|
|
@@ -90305,6 +90382,17 @@
|
|
|
90305
90382
|
}
|
|
90306
90383
|
}
|
|
90307
90384
|
},
|
|
90385
|
+
"AWS::WAFv2::WebACL.AWSManagedRulesBotControlRuleSet": {
|
|
90386
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesbotcontrolruleset.html",
|
|
90387
|
+
"Properties": {
|
|
90388
|
+
"InspectionLevel": {
|
|
90389
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-awsmanagedrulesbotcontrolruleset.html#cfn-wafv2-webacl-awsmanagedrulesbotcontrolruleset-inspectionlevel",
|
|
90390
|
+
"PrimitiveType": "String",
|
|
90391
|
+
"Required": true,
|
|
90392
|
+
"UpdateType": "Mutable"
|
|
90393
|
+
}
|
|
90394
|
+
}
|
|
90395
|
+
},
|
|
90308
90396
|
"AWS::WAFv2::WebACL.AllowAction": {
|
|
90309
90397
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-allowaction.html",
|
|
90310
90398
|
"Properties": {
|
|
@@ -90410,6 +90498,28 @@
|
|
|
90410
90498
|
}
|
|
90411
90499
|
}
|
|
90412
90500
|
},
|
|
90501
|
+
"AWS::WAFv2::WebACL.ChallengeAction": {
|
|
90502
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-challengeaction.html",
|
|
90503
|
+
"Properties": {
|
|
90504
|
+
"CustomRequestHandling": {
|
|
90505
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-challengeaction.html#cfn-wafv2-webacl-challengeaction-customrequesthandling",
|
|
90506
|
+
"Required": false,
|
|
90507
|
+
"Type": "CustomRequestHandling",
|
|
90508
|
+
"UpdateType": "Mutable"
|
|
90509
|
+
}
|
|
90510
|
+
}
|
|
90511
|
+
},
|
|
90512
|
+
"AWS::WAFv2::WebACL.ChallengeConfig": {
|
|
90513
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-challengeconfig.html",
|
|
90514
|
+
"Properties": {
|
|
90515
|
+
"ImmunityTimeProperty": {
|
|
90516
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-challengeconfig.html#cfn-wafv2-webacl-challengeconfig-immunitytimeproperty",
|
|
90517
|
+
"Required": false,
|
|
90518
|
+
"Type": "ImmunityTimeProperty",
|
|
90519
|
+
"UpdateType": "Mutable"
|
|
90520
|
+
}
|
|
90521
|
+
}
|
|
90522
|
+
},
|
|
90413
90523
|
"AWS::WAFv2::WebACL.CookieMatchPattern": {
|
|
90414
90524
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-cookiematchpattern.html",
|
|
90415
90525
|
"Properties": {
|
|
@@ -90863,6 +90973,12 @@
|
|
|
90863
90973
|
"AWS::WAFv2::WebACL.ManagedRuleGroupConfig": {
|
|
90864
90974
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-managedrulegroupconfig.html",
|
|
90865
90975
|
"Properties": {
|
|
90976
|
+
"AWSManagedRulesBotControlRuleSet": {
|
|
90977
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-managedrulegroupconfig.html#cfn-wafv2-webacl-managedrulegroupconfig-awsmanagedrulesbotcontrolruleset",
|
|
90978
|
+
"Required": false,
|
|
90979
|
+
"Type": "AWSManagedRulesBotControlRuleSet",
|
|
90980
|
+
"UpdateType": "Mutable"
|
|
90981
|
+
},
|
|
90866
90982
|
"LoginPath": {
|
|
90867
90983
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-managedrulegroupconfig.html#cfn-wafv2-webacl-managedrulegroupconfig-loginpath",
|
|
90868
90984
|
"PrimitiveType": "String",
|
|
@@ -90914,6 +91030,14 @@
|
|
|
90914
91030
|
"Required": true,
|
|
90915
91031
|
"UpdateType": "Mutable"
|
|
90916
91032
|
},
|
|
91033
|
+
"RuleActionOverrides": {
|
|
91034
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-managedrulegroupstatement.html#cfn-wafv2-webacl-managedrulegroupstatement-ruleactionoverrides",
|
|
91035
|
+
"DuplicatesAllowed": true,
|
|
91036
|
+
"ItemType": "RuleActionOverride",
|
|
91037
|
+
"Required": false,
|
|
91038
|
+
"Type": "List",
|
|
91039
|
+
"UpdateType": "Mutable"
|
|
91040
|
+
},
|
|
90917
91041
|
"ScopeDownStatement": {
|
|
90918
91042
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-managedrulegroupstatement.html#cfn-wafv2-webacl-managedrulegroupstatement-scopedownstatement",
|
|
90919
91043
|
"Required": false,
|
|
@@ -91069,6 +91193,12 @@
|
|
|
91069
91193
|
"Type": "CaptchaConfig",
|
|
91070
91194
|
"UpdateType": "Mutable"
|
|
91071
91195
|
},
|
|
91196
|
+
"ChallengeConfig": {
|
|
91197
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-rule.html#cfn-wafv2-webacl-rule-challengeconfig",
|
|
91198
|
+
"Required": false,
|
|
91199
|
+
"Type": "ChallengeConfig",
|
|
91200
|
+
"UpdateType": "Mutable"
|
|
91201
|
+
},
|
|
91072
91202
|
"Name": {
|
|
91073
91203
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-rule.html#cfn-wafv2-webacl-rule-name",
|
|
91074
91204
|
"PrimitiveType": "String",
|
|
@@ -91130,6 +91260,12 @@
|
|
|
91130
91260
|
"Type": "CaptchaAction",
|
|
91131
91261
|
"UpdateType": "Mutable"
|
|
91132
91262
|
},
|
|
91263
|
+
"Challenge": {
|
|
91264
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ruleaction.html#cfn-wafv2-webacl-ruleaction-challenge",
|
|
91265
|
+
"Required": false,
|
|
91266
|
+
"Type": "ChallengeAction",
|
|
91267
|
+
"UpdateType": "Mutable"
|
|
91268
|
+
},
|
|
91133
91269
|
"Count": {
|
|
91134
91270
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ruleaction.html#cfn-wafv2-webacl-ruleaction-count",
|
|
91135
91271
|
"Required": false,
|
|
@@ -91138,6 +91274,23 @@
|
|
|
91138
91274
|
}
|
|
91139
91275
|
}
|
|
91140
91276
|
},
|
|
91277
|
+
"AWS::WAFv2::WebACL.RuleActionOverride": {
|
|
91278
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ruleactionoverride.html",
|
|
91279
|
+
"Properties": {
|
|
91280
|
+
"ActionToUse": {
|
|
91281
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ruleactionoverride.html#cfn-wafv2-webacl-ruleactionoverride-actiontouse",
|
|
91282
|
+
"Required": true,
|
|
91283
|
+
"Type": "RuleAction",
|
|
91284
|
+
"UpdateType": "Mutable"
|
|
91285
|
+
},
|
|
91286
|
+
"Name": {
|
|
91287
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-ruleactionoverride.html#cfn-wafv2-webacl-ruleactionoverride-name",
|
|
91288
|
+
"PrimitiveType": "String",
|
|
91289
|
+
"Required": true,
|
|
91290
|
+
"UpdateType": "Mutable"
|
|
91291
|
+
}
|
|
91292
|
+
}
|
|
91293
|
+
},
|
|
91141
91294
|
"AWS::WAFv2::WebACL.RuleGroupReferenceStatement": {
|
|
91142
91295
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-rulegroupreferencestatement.html",
|
|
91143
91296
|
"Properties": {
|
|
@@ -91154,6 +91307,14 @@
|
|
|
91154
91307
|
"Required": false,
|
|
91155
91308
|
"Type": "List",
|
|
91156
91309
|
"UpdateType": "Mutable"
|
|
91310
|
+
},
|
|
91311
|
+
"RuleActionOverrides": {
|
|
91312
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafv2-webacl-rulegroupreferencestatement.html#cfn-wafv2-webacl-rulegroupreferencestatement-ruleactionoverrides",
|
|
91313
|
+
"DuplicatesAllowed": true,
|
|
91314
|
+
"ItemType": "RuleActionOverride",
|
|
91315
|
+
"Required": false,
|
|
91316
|
+
"Type": "List",
|
|
91317
|
+
"UpdateType": "Mutable"
|
|
91157
91318
|
}
|
|
91158
91319
|
}
|
|
91159
91320
|
},
|
|
@@ -91850,7 +92011,7 @@
|
|
|
91850
92011
|
}
|
|
91851
92012
|
}
|
|
91852
92013
|
},
|
|
91853
|
-
"ResourceSpecificationVersion": "
|
|
92014
|
+
"ResourceSpecificationVersion": "102.0.0",
|
|
91854
92015
|
"ResourceTypes": {
|
|
91855
92016
|
"AWS::ACMPCA::Certificate": {
|
|
91856
92017
|
"Attributes": {
|
|
@@ -101298,6 +101459,11 @@
|
|
|
101298
101459
|
}
|
|
101299
101460
|
},
|
|
101300
101461
|
"AWS::CodePipeline::CustomActionType": {
|
|
101462
|
+
"Attributes": {
|
|
101463
|
+
"Id": {
|
|
101464
|
+
"PrimitiveType": "String"
|
|
101465
|
+
}
|
|
101466
|
+
},
|
|
101301
101467
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codepipeline-customactiontype.html",
|
|
101302
101468
|
"Properties": {
|
|
101303
101469
|
"Category": {
|
|
@@ -105857,6 +106023,88 @@
|
|
|
105857
106023
|
}
|
|
105858
106024
|
}
|
|
105859
106025
|
},
|
|
106026
|
+
"AWS::DocDBElastic::Cluster": {
|
|
106027
|
+
"Attributes": {
|
|
106028
|
+
"ClusterArn": {
|
|
106029
|
+
"PrimitiveType": "String"
|
|
106030
|
+
}
|
|
106031
|
+
},
|
|
106032
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html",
|
|
106033
|
+
"Properties": {
|
|
106034
|
+
"AdminUserName": {
|
|
106035
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-adminusername",
|
|
106036
|
+
"PrimitiveType": "String",
|
|
106037
|
+
"Required": true,
|
|
106038
|
+
"UpdateType": "Immutable"
|
|
106039
|
+
},
|
|
106040
|
+
"AdminUserPassword": {
|
|
106041
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-adminuserpassword",
|
|
106042
|
+
"PrimitiveType": "String",
|
|
106043
|
+
"Required": false,
|
|
106044
|
+
"UpdateType": "Mutable"
|
|
106045
|
+
},
|
|
106046
|
+
"AuthType": {
|
|
106047
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-authtype",
|
|
106048
|
+
"PrimitiveType": "String",
|
|
106049
|
+
"Required": true,
|
|
106050
|
+
"UpdateType": "Immutable"
|
|
106051
|
+
},
|
|
106052
|
+
"ClusterName": {
|
|
106053
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-clustername",
|
|
106054
|
+
"PrimitiveType": "String",
|
|
106055
|
+
"Required": true,
|
|
106056
|
+
"UpdateType": "Immutable"
|
|
106057
|
+
},
|
|
106058
|
+
"KmsKeyId": {
|
|
106059
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-kmskeyid",
|
|
106060
|
+
"PrimitiveType": "String",
|
|
106061
|
+
"Required": false,
|
|
106062
|
+
"UpdateType": "Immutable"
|
|
106063
|
+
},
|
|
106064
|
+
"PreferredMaintenanceWindow": {
|
|
106065
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-preferredmaintenancewindow",
|
|
106066
|
+
"PrimitiveType": "String",
|
|
106067
|
+
"Required": false,
|
|
106068
|
+
"UpdateType": "Immutable"
|
|
106069
|
+
},
|
|
106070
|
+
"ShardCapacity": {
|
|
106071
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-shardcapacity",
|
|
106072
|
+
"PrimitiveType": "Integer",
|
|
106073
|
+
"Required": true,
|
|
106074
|
+
"UpdateType": "Mutable"
|
|
106075
|
+
},
|
|
106076
|
+
"ShardCount": {
|
|
106077
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-shardcount",
|
|
106078
|
+
"PrimitiveType": "Integer",
|
|
106079
|
+
"Required": true,
|
|
106080
|
+
"UpdateType": "Mutable"
|
|
106081
|
+
},
|
|
106082
|
+
"SubnetIds": {
|
|
106083
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-subnetids",
|
|
106084
|
+
"DuplicatesAllowed": true,
|
|
106085
|
+
"PrimitiveItemType": "String",
|
|
106086
|
+
"Required": false,
|
|
106087
|
+
"Type": "List",
|
|
106088
|
+
"UpdateType": "Mutable"
|
|
106089
|
+
},
|
|
106090
|
+
"Tags": {
|
|
106091
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-tags",
|
|
106092
|
+
"DuplicatesAllowed": false,
|
|
106093
|
+
"ItemType": "Tag",
|
|
106094
|
+
"Required": false,
|
|
106095
|
+
"Type": "List",
|
|
106096
|
+
"UpdateType": "Mutable"
|
|
106097
|
+
},
|
|
106098
|
+
"VpcSecurityGroupIds": {
|
|
106099
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdbelastic-cluster.html#cfn-docdbelastic-cluster-vpcsecuritygroupids",
|
|
106100
|
+
"DuplicatesAllowed": true,
|
|
106101
|
+
"PrimitiveItemType": "String",
|
|
106102
|
+
"Required": false,
|
|
106103
|
+
"Type": "List",
|
|
106104
|
+
"UpdateType": "Mutable"
|
|
106105
|
+
}
|
|
106106
|
+
}
|
|
106107
|
+
},
|
|
105860
106108
|
"AWS::DynamoDB::GlobalTable": {
|
|
105861
106109
|
"Attributes": {
|
|
105862
106110
|
"Arn": {
|
|
@@ -110847,6 +111095,12 @@
|
|
|
110847
111095
|
"Required": true,
|
|
110848
111096
|
"UpdateType": "Immutable"
|
|
110849
111097
|
},
|
|
111098
|
+
"ConfigurationValues": {
|
|
111099
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-configurationvalues",
|
|
111100
|
+
"PrimitiveType": "String",
|
|
111101
|
+
"Required": false,
|
|
111102
|
+
"UpdateType": "Mutable"
|
|
111103
|
+
},
|
|
110850
111104
|
"ResolveConflicts": {
|
|
110851
111105
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-eks-addon.html#cfn-eks-addon-resolveconflicts",
|
|
110852
111106
|
"PrimitiveType": "String",
|
|
@@ -111688,6 +111942,12 @@
|
|
|
111688
111942
|
},
|
|
111689
111943
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html",
|
|
111690
111944
|
"Properties": {
|
|
111945
|
+
"Architecture": {
|
|
111946
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-architecture",
|
|
111947
|
+
"PrimitiveType": "String",
|
|
111948
|
+
"Required": false,
|
|
111949
|
+
"UpdateType": "Mutable"
|
|
111950
|
+
},
|
|
111691
111951
|
"AutoStartConfiguration": {
|
|
111692
111952
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrserverless-application.html#cfn-emrserverless-application-autostartconfiguration",
|
|
111693
111953
|
"Required": false,
|
|
@@ -112527,6 +112787,11 @@
|
|
|
112527
112787
|
}
|
|
112528
112788
|
},
|
|
112529
112789
|
"AWS::ElasticBeanstalk::ConfigurationTemplate": {
|
|
112790
|
+
"Attributes": {
|
|
112791
|
+
"TemplateName": {
|
|
112792
|
+
"PrimitiveType": "String"
|
|
112793
|
+
}
|
|
112794
|
+
},
|
|
112530
112795
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-configurationtemplate.html",
|
|
112531
112796
|
"Properties": {
|
|
112532
112797
|
"ApplicationName": {
|
|
@@ -113008,6 +113273,9 @@
|
|
|
113008
113273
|
"PrimitiveItemType": "String",
|
|
113009
113274
|
"Type": "List"
|
|
113010
113275
|
},
|
|
113276
|
+
"TargetGroupArn": {
|
|
113277
|
+
"PrimitiveType": "String"
|
|
113278
|
+
},
|
|
113011
113279
|
"TargetGroupFullName": {
|
|
113012
113280
|
"PrimitiveType": "String"
|
|
113013
113281
|
},
|
|
@@ -121401,6 +121669,50 @@
|
|
|
121401
121669
|
}
|
|
121402
121670
|
}
|
|
121403
121671
|
},
|
|
121672
|
+
"AWS::IoTTwinMaker::SyncJob": {
|
|
121673
|
+
"Attributes": {
|
|
121674
|
+
"Arn": {
|
|
121675
|
+
"PrimitiveType": "String"
|
|
121676
|
+
},
|
|
121677
|
+
"CreationDateTime": {
|
|
121678
|
+
"PrimitiveType": "String"
|
|
121679
|
+
},
|
|
121680
|
+
"State": {
|
|
121681
|
+
"PrimitiveType": "String"
|
|
121682
|
+
},
|
|
121683
|
+
"UpdateDateTime": {
|
|
121684
|
+
"PrimitiveType": "String"
|
|
121685
|
+
}
|
|
121686
|
+
},
|
|
121687
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html",
|
|
121688
|
+
"Properties": {
|
|
121689
|
+
"SyncRole": {
|
|
121690
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html#cfn-iottwinmaker-syncjob-syncrole",
|
|
121691
|
+
"PrimitiveType": "String",
|
|
121692
|
+
"Required": true,
|
|
121693
|
+
"UpdateType": "Immutable"
|
|
121694
|
+
},
|
|
121695
|
+
"SyncSource": {
|
|
121696
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html#cfn-iottwinmaker-syncjob-syncsource",
|
|
121697
|
+
"PrimitiveType": "String",
|
|
121698
|
+
"Required": true,
|
|
121699
|
+
"UpdateType": "Immutable"
|
|
121700
|
+
},
|
|
121701
|
+
"Tags": {
|
|
121702
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html#cfn-iottwinmaker-syncjob-tags",
|
|
121703
|
+
"PrimitiveItemType": "String",
|
|
121704
|
+
"Required": false,
|
|
121705
|
+
"Type": "Map",
|
|
121706
|
+
"UpdateType": "Immutable"
|
|
121707
|
+
},
|
|
121708
|
+
"WorkspaceId": {
|
|
121709
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-syncjob.html#cfn-iottwinmaker-syncjob-workspaceid",
|
|
121710
|
+
"PrimitiveType": "String",
|
|
121711
|
+
"Required": true,
|
|
121712
|
+
"UpdateType": "Immutable"
|
|
121713
|
+
}
|
|
121714
|
+
}
|
|
121715
|
+
},
|
|
121404
121716
|
"AWS::IoTTwinMaker::Workspace": {
|
|
121405
121717
|
"Attributes": {
|
|
121406
121718
|
"Arn": {
|
|
@@ -125545,6 +125857,12 @@
|
|
|
125545
125857
|
"Required": true,
|
|
125546
125858
|
"UpdateType": "Immutable"
|
|
125547
125859
|
},
|
|
125860
|
+
"KmsKeyId": {
|
|
125861
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html#cfn-m2-application-kmskeyid",
|
|
125862
|
+
"PrimitiveType": "String",
|
|
125863
|
+
"Required": false,
|
|
125864
|
+
"UpdateType": "Immutable"
|
|
125865
|
+
},
|
|
125548
125866
|
"Name": {
|
|
125549
125867
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-application.html#cfn-m2-application-name",
|
|
125550
125868
|
"PrimitiveType": "String",
|
|
@@ -125601,6 +125919,12 @@
|
|
|
125601
125919
|
"Required": true,
|
|
125602
125920
|
"UpdateType": "Mutable"
|
|
125603
125921
|
},
|
|
125922
|
+
"KmsKeyId": {
|
|
125923
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-kmskeyid",
|
|
125924
|
+
"PrimitiveType": "String",
|
|
125925
|
+
"Required": false,
|
|
125926
|
+
"UpdateType": "Immutable"
|
|
125927
|
+
},
|
|
125604
125928
|
"Name": {
|
|
125605
125929
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-name",
|
|
125606
125930
|
"PrimitiveType": "String",
|
|
@@ -132713,6 +133037,12 @@
|
|
|
132713
133037
|
"Required": false,
|
|
132714
133038
|
"UpdateType": "Immutable"
|
|
132715
133039
|
},
|
|
133040
|
+
"DBSystemId": {
|
|
133041
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-dbsystemid",
|
|
133042
|
+
"PrimitiveType": "String",
|
|
133043
|
+
"Required": false,
|
|
133044
|
+
"UpdateType": "Immutable"
|
|
133045
|
+
},
|
|
132716
133046
|
"DatabaseName": {
|
|
132717
133047
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-databasename",
|
|
132718
133048
|
"PrimitiveType": "String",
|
|
@@ -133068,6 +133398,12 @@
|
|
|
133068
133398
|
"Required": false,
|
|
133069
133399
|
"UpdateType": "Immutable"
|
|
133070
133400
|
},
|
|
133401
|
+
"DBClusterSnapshotIdentifier": {
|
|
133402
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbclustersnapshotidentifier",
|
|
133403
|
+
"PrimitiveType": "String",
|
|
133404
|
+
"Required": false,
|
|
133405
|
+
"UpdateType": "Conditional"
|
|
133406
|
+
},
|
|
133071
133407
|
"DBInstanceClass": {
|
|
133072
133408
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbinstanceclass",
|
|
133073
133409
|
"PrimitiveType": "String",
|
|
@@ -133302,12 +133638,30 @@
|
|
|
133302
133638
|
"Required": false,
|
|
133303
133639
|
"UpdateType": "Mutable"
|
|
133304
133640
|
},
|
|
133641
|
+
"RestoreTime": {
|
|
133642
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-restoretime",
|
|
133643
|
+
"PrimitiveType": "String",
|
|
133644
|
+
"Required": false,
|
|
133645
|
+
"UpdateType": "Conditional"
|
|
133646
|
+
},
|
|
133647
|
+
"SourceDBInstanceAutomatedBackupsArn": {
|
|
133648
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbinstanceautomatedbackupsarn",
|
|
133649
|
+
"PrimitiveType": "String",
|
|
133650
|
+
"Required": false,
|
|
133651
|
+
"UpdateType": "Conditional"
|
|
133652
|
+
},
|
|
133305
133653
|
"SourceDBInstanceIdentifier": {
|
|
133306
133654
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier",
|
|
133307
133655
|
"PrimitiveType": "String",
|
|
133308
133656
|
"Required": false,
|
|
133309
133657
|
"UpdateType": "Conditional"
|
|
133310
133658
|
},
|
|
133659
|
+
"SourceDbiResourceId": {
|
|
133660
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbiresourceid",
|
|
133661
|
+
"PrimitiveType": "String",
|
|
133662
|
+
"Required": false,
|
|
133663
|
+
"UpdateType": "Conditional"
|
|
133664
|
+
},
|
|
133311
133665
|
"SourceRegion": {
|
|
133312
133666
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourceregion",
|
|
133313
133667
|
"PrimitiveType": "String",
|
|
@@ -133352,6 +133706,12 @@
|
|
|
133352
133706
|
"Required": false,
|
|
133353
133707
|
"UpdateType": "Mutable"
|
|
133354
133708
|
},
|
|
133709
|
+
"UseLatestRestorableTime": {
|
|
133710
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-uselatestrestorabletime",
|
|
133711
|
+
"PrimitiveType": "Boolean",
|
|
133712
|
+
"Required": false,
|
|
133713
|
+
"UpdateType": "Conditional"
|
|
133714
|
+
},
|
|
133355
133715
|
"VPCSecurityGroups": {
|
|
133356
133716
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-vpcsecuritygroups",
|
|
133357
133717
|
"DuplicatesAllowed": false,
|
|
@@ -136625,6 +136985,12 @@
|
|
|
136625
136985
|
"Name": {
|
|
136626
136986
|
"PrimitiveType": "String"
|
|
136627
136987
|
},
|
|
136988
|
+
"OutpostArn": {
|
|
136989
|
+
"PrimitiveType": "String"
|
|
136990
|
+
},
|
|
136991
|
+
"PreferredInstanceType": {
|
|
136992
|
+
"PrimitiveType": "String"
|
|
136993
|
+
},
|
|
136628
136994
|
"ResolverEndpointId": {
|
|
136629
136995
|
"PrimitiveType": "String"
|
|
136630
136996
|
}
|
|
@@ -136650,6 +137016,18 @@
|
|
|
136650
137016
|
"Required": false,
|
|
136651
137017
|
"UpdateType": "Mutable"
|
|
136652
137018
|
},
|
|
137019
|
+
"OutpostArn": {
|
|
137020
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-outpostarn",
|
|
137021
|
+
"PrimitiveType": "String",
|
|
137022
|
+
"Required": false,
|
|
137023
|
+
"UpdateType": "Immutable"
|
|
137024
|
+
},
|
|
137025
|
+
"PreferredInstanceType": {
|
|
137026
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-preferredinstancetype",
|
|
137027
|
+
"PrimitiveType": "String",
|
|
137028
|
+
"Required": false,
|
|
137029
|
+
"UpdateType": "Immutable"
|
|
137030
|
+
},
|
|
136653
137031
|
"SecurityGroupIds": {
|
|
136654
137032
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html#cfn-route53resolver-resolverendpoint-securitygroupids",
|
|
136655
137033
|
"PrimitiveItemType": "String",
|
|
@@ -138667,6 +139045,14 @@
|
|
|
138667
139045
|
"Required": true,
|
|
138668
139046
|
"Type": "List",
|
|
138669
139047
|
"UpdateType": "Mutable"
|
|
139048
|
+
},
|
|
139049
|
+
"Tags": {
|
|
139050
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssmincidents-replicationset.html#cfn-ssmincidents-replicationset-tags",
|
|
139051
|
+
"DuplicatesAllowed": false,
|
|
139052
|
+
"ItemType": "Tag",
|
|
139053
|
+
"Required": false,
|
|
139054
|
+
"Type": "List",
|
|
139055
|
+
"UpdateType": "Mutable"
|
|
138670
139056
|
}
|
|
138671
139057
|
}
|
|
138672
139058
|
},
|
|
@@ -142889,14 +143275,14 @@
|
|
|
142889
143275
|
},
|
|
142890
143276
|
"MagneticStoreWriteProperties": {
|
|
142891
143277
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-table.html#cfn-timestream-table-magneticstorewriteproperties",
|
|
143278
|
+
"PrimitiveType": "Json",
|
|
142892
143279
|
"Required": false,
|
|
142893
|
-
"Type": "MagneticStoreWriteProperties",
|
|
142894
143280
|
"UpdateType": "Mutable"
|
|
142895
143281
|
},
|
|
142896
143282
|
"RetentionProperties": {
|
|
142897
143283
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-timestream-table.html#cfn-timestream-table-retentionproperties",
|
|
143284
|
+
"PrimitiveType": "Json",
|
|
142898
143285
|
"Required": false,
|
|
142899
|
-
"Type": "RetentionProperties",
|
|
142900
143286
|
"UpdateType": "Mutable"
|
|
142901
143287
|
},
|
|
142902
143288
|
"TableName": {
|
|
@@ -143926,14 +144312,6 @@
|
|
|
143926
144312
|
"Arn": {
|
|
143927
144313
|
"PrimitiveType": "String"
|
|
143928
144314
|
},
|
|
143929
|
-
"AvailableLabels": {
|
|
143930
|
-
"ItemType": "LabelSummary",
|
|
143931
|
-
"Type": "List"
|
|
143932
|
-
},
|
|
143933
|
-
"ConsumedLabels": {
|
|
143934
|
-
"ItemType": "LabelSummary",
|
|
143935
|
-
"Type": "List"
|
|
143936
|
-
},
|
|
143937
144315
|
"Id": {
|
|
143938
144316
|
"PrimitiveType": "String"
|
|
143939
144317
|
},
|
|
@@ -143943,12 +144321,28 @@
|
|
|
143943
144321
|
},
|
|
143944
144322
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html",
|
|
143945
144323
|
"Properties": {
|
|
144324
|
+
"AvailableLabels": {
|
|
144325
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-availablelabels",
|
|
144326
|
+
"DuplicatesAllowed": true,
|
|
144327
|
+
"ItemType": "LabelSummary",
|
|
144328
|
+
"Required": false,
|
|
144329
|
+
"Type": "List",
|
|
144330
|
+
"UpdateType": "Mutable"
|
|
144331
|
+
},
|
|
143946
144332
|
"Capacity": {
|
|
143947
144333
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-capacity",
|
|
143948
144334
|
"PrimitiveType": "Integer",
|
|
143949
144335
|
"Required": true,
|
|
143950
144336
|
"UpdateType": "Mutable"
|
|
143951
144337
|
},
|
|
144338
|
+
"ConsumedLabels": {
|
|
144339
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-consumedlabels",
|
|
144340
|
+
"DuplicatesAllowed": true,
|
|
144341
|
+
"ItemType": "LabelSummary",
|
|
144342
|
+
"Required": false,
|
|
144343
|
+
"Type": "List",
|
|
144344
|
+
"UpdateType": "Mutable"
|
|
144345
|
+
},
|
|
143952
144346
|
"CustomResponseBodies": {
|
|
143953
144347
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-rulegroup.html#cfn-wafv2-rulegroup-customresponsebodies",
|
|
143954
144348
|
"ItemType": "CustomResponseBody",
|
|
@@ -144021,6 +144415,12 @@
|
|
|
144021
144415
|
"Type": "CaptchaConfig",
|
|
144022
144416
|
"UpdateType": "Mutable"
|
|
144023
144417
|
},
|
|
144418
|
+
"ChallengeConfig": {
|
|
144419
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-challengeconfig",
|
|
144420
|
+
"Required": false,
|
|
144421
|
+
"Type": "ChallengeConfig",
|
|
144422
|
+
"UpdateType": "Mutable"
|
|
144423
|
+
},
|
|
144024
144424
|
"CustomResponseBodies": {
|
|
144025
144425
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-customresponsebodies",
|
|
144026
144426
|
"ItemType": "CustomResponseBody",
|
|
@@ -144068,6 +144468,14 @@
|
|
|
144068
144468
|
"Type": "List",
|
|
144069
144469
|
"UpdateType": "Mutable"
|
|
144070
144470
|
},
|
|
144471
|
+
"TokenDomains": {
|
|
144472
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-tokendomains",
|
|
144473
|
+
"DuplicatesAllowed": true,
|
|
144474
|
+
"PrimitiveItemType": "String",
|
|
144475
|
+
"Required": false,
|
|
144476
|
+
"Type": "List",
|
|
144477
|
+
"UpdateType": "Mutable"
|
|
144478
|
+
},
|
|
144071
144479
|
"VisibilityConfig": {
|
|
144072
144480
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafv2-webacl.html#cfn-wafv2-webacl-visibilityconfig",
|
|
144073
144481
|
"Required": true,
|