cdk-common 2.0.342 → 2.0.343
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 +3 -3
- package/lib/main.js +1 -1
- package/node_modules/@aws-cdk/assert/lib/assertions/have-resource-matchers.d.ts +1 -1
- package/node_modules/@aws-cdk/assert/lib/assertions/have-resource-matchers.js +2 -2
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +194 -0
- package/node_modules/@aws-cdk/cfnspec/build-tools/create-missing-libraries.js +1 -2
- package/node_modules/@aws-cdk/cfnspec/build-tools/update.sh +0 -3
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics/README.md +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +772 -38
- package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +2 -2
- 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": "0267af2ba6bbb466dd0cdc897403aa7e",
|
|
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",
|
|
@@ -1148,6 +1148,12 @@
|
|
|
1148
1148
|
"Type": "List",
|
|
1149
1149
|
"UpdateType": "Mutable"
|
|
1150
1150
|
},
|
|
1151
|
+
"Framework": {
|
|
1152
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-framework",
|
|
1153
|
+
"PrimitiveType": "String",
|
|
1154
|
+
"Required": false,
|
|
1155
|
+
"UpdateType": "Mutable"
|
|
1156
|
+
},
|
|
1151
1157
|
"PullRequestEnvironmentName": {
|
|
1152
1158
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-autobranchcreationconfig.html#cfn-amplify-app-autobranchcreationconfig-pullrequestenvironmentname",
|
|
1153
1159
|
"PrimitiveType": "String",
|
|
@@ -8719,6 +8725,23 @@
|
|
|
8719
8725
|
}
|
|
8720
8726
|
}
|
|
8721
8727
|
},
|
|
8728
|
+
"AWS::AppSync::FunctionConfiguration.AppSyncRuntime": {
|
|
8729
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-appsyncruntime.html",
|
|
8730
|
+
"Properties": {
|
|
8731
|
+
"Name": {
|
|
8732
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-appsyncruntime.html#cfn-appsync-functionconfiguration-appsyncruntime-name",
|
|
8733
|
+
"PrimitiveType": "String",
|
|
8734
|
+
"Required": true,
|
|
8735
|
+
"UpdateType": "Mutable"
|
|
8736
|
+
},
|
|
8737
|
+
"RuntimeVersion": {
|
|
8738
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-appsyncruntime.html#cfn-appsync-functionconfiguration-appsyncruntime-runtimeversion",
|
|
8739
|
+
"PrimitiveType": "String",
|
|
8740
|
+
"Required": true,
|
|
8741
|
+
"UpdateType": "Mutable"
|
|
8742
|
+
}
|
|
8743
|
+
}
|
|
8744
|
+
},
|
|
8722
8745
|
"AWS::AppSync::FunctionConfiguration.LambdaConflictHandlerConfig": {
|
|
8723
8746
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-functionconfiguration-lambdaconflicthandlerconfig.html",
|
|
8724
8747
|
"Properties": {
|
|
@@ -8909,6 +8932,23 @@
|
|
|
8909
8932
|
}
|
|
8910
8933
|
}
|
|
8911
8934
|
},
|
|
8935
|
+
"AWS::AppSync::Resolver.AppSyncRuntime": {
|
|
8936
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-appsyncruntime.html",
|
|
8937
|
+
"Properties": {
|
|
8938
|
+
"Name": {
|
|
8939
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-appsyncruntime.html#cfn-appsync-resolver-appsyncruntime-name",
|
|
8940
|
+
"PrimitiveType": "String",
|
|
8941
|
+
"Required": true,
|
|
8942
|
+
"UpdateType": "Mutable"
|
|
8943
|
+
},
|
|
8944
|
+
"RuntimeVersion": {
|
|
8945
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-appsyncruntime.html#cfn-appsync-resolver-appsyncruntime-runtimeversion",
|
|
8946
|
+
"PrimitiveType": "String",
|
|
8947
|
+
"Required": true,
|
|
8948
|
+
"UpdateType": "Mutable"
|
|
8949
|
+
}
|
|
8950
|
+
}
|
|
8951
|
+
},
|
|
8912
8952
|
"AWS::AppSync::Resolver.CachingConfig": {
|
|
8913
8953
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appsync-resolver-cachingconfig.html",
|
|
8914
8954
|
"Properties": {
|
|
@@ -9940,6 +9980,14 @@
|
|
|
9940
9980
|
"Type": "List",
|
|
9941
9981
|
"UpdateType": "Mutable"
|
|
9942
9982
|
},
|
|
9983
|
+
"AllowedInstanceTypes": {
|
|
9984
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancerequirements.html#cfn-autoscaling-autoscalinggroup-instancerequirements-allowedinstancetypes",
|
|
9985
|
+
"DuplicatesAllowed": false,
|
|
9986
|
+
"PrimitiveItemType": "String",
|
|
9987
|
+
"Required": false,
|
|
9988
|
+
"Type": "List",
|
|
9989
|
+
"UpdateType": "Mutable"
|
|
9990
|
+
},
|
|
9943
9991
|
"BareMetal": {
|
|
9944
9992
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancerequirements.html#cfn-autoscaling-autoscalinggroup-instancerequirements-baremetal",
|
|
9945
9993
|
"PrimitiveType": "String",
|
|
@@ -10008,6 +10056,12 @@
|
|
|
10008
10056
|
"Type": "MemoryMiBRequest",
|
|
10009
10057
|
"UpdateType": "Mutable"
|
|
10010
10058
|
},
|
|
10059
|
+
"NetworkBandwidthGbps": {
|
|
10060
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancerequirements.html#cfn-autoscaling-autoscalinggroup-instancerequirements-networkbandwidthgbps",
|
|
10061
|
+
"Required": false,
|
|
10062
|
+
"Type": "NetworkBandwidthGbpsRequest",
|
|
10063
|
+
"UpdateType": "Mutable"
|
|
10064
|
+
},
|
|
10011
10065
|
"NetworkInterfaceCount": {
|
|
10012
10066
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-as-mixedinstancespolicy-instancerequirements.html#cfn-autoscaling-autoscalinggroup-instancerequirements-networkinterfacecount",
|
|
10013
10067
|
"Required": false,
|
|
@@ -10275,6 +10329,23 @@
|
|
|
10275
10329
|
}
|
|
10276
10330
|
}
|
|
10277
10331
|
},
|
|
10332
|
+
"AWS::AutoScaling::AutoScalingGroup.NetworkBandwidthGbpsRequest": {
|
|
10333
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkbandwidthgbpsrequest.html",
|
|
10334
|
+
"Properties": {
|
|
10335
|
+
"Max": {
|
|
10336
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkbandwidthgbpsrequest.html#cfn-autoscaling-autoscalinggroup-networkbandwidthgbpsrequest-max",
|
|
10337
|
+
"PrimitiveType": "Double",
|
|
10338
|
+
"Required": false,
|
|
10339
|
+
"UpdateType": "Mutable"
|
|
10340
|
+
},
|
|
10341
|
+
"Min": {
|
|
10342
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkbandwidthgbpsrequest.html#cfn-autoscaling-autoscalinggroup-networkbandwidthgbpsrequest-min",
|
|
10343
|
+
"PrimitiveType": "Double",
|
|
10344
|
+
"Required": false,
|
|
10345
|
+
"UpdateType": "Mutable"
|
|
10346
|
+
}
|
|
10347
|
+
}
|
|
10348
|
+
},
|
|
10278
10349
|
"AWS::AutoScaling::AutoScalingGroup.NetworkInterfaceCountRequest": {
|
|
10279
10350
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-autoscaling-autoscalinggroup-networkinterfacecountrequest.html",
|
|
10280
10351
|
"Properties": {
|
|
@@ -13518,6 +13589,105 @@
|
|
|
13518
13589
|
}
|
|
13519
13590
|
}
|
|
13520
13591
|
},
|
|
13592
|
+
"AWS::CloudFront::ContinuousDeploymentPolicy.ContinuousDeploymentPolicyConfig": {
|
|
13593
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig.html",
|
|
13594
|
+
"Properties": {
|
|
13595
|
+
"Enabled": {
|
|
13596
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig.html#cfn-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig-enabled",
|
|
13597
|
+
"PrimitiveType": "Boolean",
|
|
13598
|
+
"Required": true,
|
|
13599
|
+
"UpdateType": "Mutable"
|
|
13600
|
+
},
|
|
13601
|
+
"StagingDistributionDnsNames": {
|
|
13602
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig.html#cfn-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig-stagingdistributiondnsnames",
|
|
13603
|
+
"DuplicatesAllowed": false,
|
|
13604
|
+
"PrimitiveItemType": "String",
|
|
13605
|
+
"Required": true,
|
|
13606
|
+
"Type": "List",
|
|
13607
|
+
"UpdateType": "Mutable"
|
|
13608
|
+
},
|
|
13609
|
+
"TrafficConfig": {
|
|
13610
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig.html#cfn-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig-trafficconfig",
|
|
13611
|
+
"Required": false,
|
|
13612
|
+
"Type": "TrafficConfig",
|
|
13613
|
+
"UpdateType": "Mutable"
|
|
13614
|
+
}
|
|
13615
|
+
}
|
|
13616
|
+
},
|
|
13617
|
+
"AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig": {
|
|
13618
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-sessionstickinessconfig.html",
|
|
13619
|
+
"Properties": {
|
|
13620
|
+
"IdleTTL": {
|
|
13621
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-sessionstickinessconfig.html#cfn-cloudfront-continuousdeploymentpolicy-sessionstickinessconfig-idlettl",
|
|
13622
|
+
"PrimitiveType": "Integer",
|
|
13623
|
+
"Required": true,
|
|
13624
|
+
"UpdateType": "Mutable"
|
|
13625
|
+
},
|
|
13626
|
+
"MaximumTTL": {
|
|
13627
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-sessionstickinessconfig.html#cfn-cloudfront-continuousdeploymentpolicy-sessionstickinessconfig-maximumttl",
|
|
13628
|
+
"PrimitiveType": "Integer",
|
|
13629
|
+
"Required": true,
|
|
13630
|
+
"UpdateType": "Mutable"
|
|
13631
|
+
}
|
|
13632
|
+
}
|
|
13633
|
+
},
|
|
13634
|
+
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderConfig": {
|
|
13635
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleheaderconfig.html",
|
|
13636
|
+
"Properties": {
|
|
13637
|
+
"Header": {
|
|
13638
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleheaderconfig.html#cfn-cloudfront-continuousdeploymentpolicy-singleheaderconfig-header",
|
|
13639
|
+
"PrimitiveType": "String",
|
|
13640
|
+
"Required": true,
|
|
13641
|
+
"UpdateType": "Mutable"
|
|
13642
|
+
},
|
|
13643
|
+
"Value": {
|
|
13644
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleheaderconfig.html#cfn-cloudfront-continuousdeploymentpolicy-singleheaderconfig-value",
|
|
13645
|
+
"PrimitiveType": "String",
|
|
13646
|
+
"Required": true,
|
|
13647
|
+
"UpdateType": "Mutable"
|
|
13648
|
+
}
|
|
13649
|
+
}
|
|
13650
|
+
},
|
|
13651
|
+
"AWS::CloudFront::ContinuousDeploymentPolicy.SingleWeightConfig": {
|
|
13652
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleweightconfig.html",
|
|
13653
|
+
"Properties": {
|
|
13654
|
+
"SessionStickinessConfig": {
|
|
13655
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleweightconfig.html#cfn-cloudfront-continuousdeploymentpolicy-singleweightconfig-sessionstickinessconfig",
|
|
13656
|
+
"Required": false,
|
|
13657
|
+
"Type": "SessionStickinessConfig",
|
|
13658
|
+
"UpdateType": "Mutable"
|
|
13659
|
+
},
|
|
13660
|
+
"Weight": {
|
|
13661
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-singleweightconfig.html#cfn-cloudfront-continuousdeploymentpolicy-singleweightconfig-weight",
|
|
13662
|
+
"PrimitiveType": "Double",
|
|
13663
|
+
"Required": true,
|
|
13664
|
+
"UpdateType": "Mutable"
|
|
13665
|
+
}
|
|
13666
|
+
}
|
|
13667
|
+
},
|
|
13668
|
+
"AWS::CloudFront::ContinuousDeploymentPolicy.TrafficConfig": {
|
|
13669
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-trafficconfig.html",
|
|
13670
|
+
"Properties": {
|
|
13671
|
+
"SingleHeaderConfig": {
|
|
13672
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-trafficconfig.html#cfn-cloudfront-continuousdeploymentpolicy-trafficconfig-singleheaderconfig",
|
|
13673
|
+
"Required": false,
|
|
13674
|
+
"Type": "SingleHeaderConfig",
|
|
13675
|
+
"UpdateType": "Mutable"
|
|
13676
|
+
},
|
|
13677
|
+
"SingleWeightConfig": {
|
|
13678
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-trafficconfig.html#cfn-cloudfront-continuousdeploymentpolicy-trafficconfig-singleweightconfig",
|
|
13679
|
+
"Required": false,
|
|
13680
|
+
"Type": "SingleWeightConfig",
|
|
13681
|
+
"UpdateType": "Mutable"
|
|
13682
|
+
},
|
|
13683
|
+
"Type": {
|
|
13684
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-continuousdeploymentpolicy-trafficconfig.html#cfn-cloudfront-continuousdeploymentpolicy-trafficconfig-type",
|
|
13685
|
+
"PrimitiveType": "String",
|
|
13686
|
+
"Required": true,
|
|
13687
|
+
"UpdateType": "Mutable"
|
|
13688
|
+
}
|
|
13689
|
+
}
|
|
13690
|
+
},
|
|
13521
13691
|
"AWS::CloudFront::Distribution.CacheBehavior": {
|
|
13522
13692
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cachebehavior.html",
|
|
13523
13693
|
"Properties": {
|
|
@@ -13910,6 +14080,12 @@
|
|
|
13910
14080
|
"Required": false,
|
|
13911
14081
|
"UpdateType": "Mutable"
|
|
13912
14082
|
},
|
|
14083
|
+
"ContinuousDeploymentPolicyId": {
|
|
14084
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-continuousdeploymentpolicyid",
|
|
14085
|
+
"PrimitiveType": "String",
|
|
14086
|
+
"Required": false,
|
|
14087
|
+
"UpdateType": "Mutable"
|
|
14088
|
+
},
|
|
13913
14089
|
"CustomErrorResponses": {
|
|
13914
14090
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-customerrorresponses",
|
|
13915
14091
|
"DuplicatesAllowed": true,
|
|
@@ -13992,6 +14168,12 @@
|
|
|
13992
14168
|
"Type": "LegacyS3Origin",
|
|
13993
14169
|
"UpdateType": "Mutable"
|
|
13994
14170
|
},
|
|
14171
|
+
"Staging": {
|
|
14172
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-staging",
|
|
14173
|
+
"PrimitiveType": "Boolean",
|
|
14174
|
+
"Required": false,
|
|
14175
|
+
"UpdateType": "Mutable"
|
|
14176
|
+
},
|
|
13995
14177
|
"ViewerCertificate": {
|
|
13996
14178
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-viewercertificate",
|
|
13997
14179
|
"Required": false,
|
|
@@ -42705,6 +42887,18 @@
|
|
|
42705
42887
|
"Type": "AuditCheckConfiguration",
|
|
42706
42888
|
"UpdateType": "Mutable"
|
|
42707
42889
|
},
|
|
42890
|
+
"IntermediateCaRevokedForActiveDeviceCertificatesCheck": {
|
|
42891
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-auditcheckconfigurations.html#cfn-iot-accountauditconfiguration-auditcheckconfigurations-intermediatecarevokedforactivedevicecertificatescheck",
|
|
42892
|
+
"Required": false,
|
|
42893
|
+
"Type": "AuditCheckConfiguration",
|
|
42894
|
+
"UpdateType": "Mutable"
|
|
42895
|
+
},
|
|
42896
|
+
"IoTPolicyPotentialMisConfigurationCheck": {
|
|
42897
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-auditcheckconfigurations.html#cfn-iot-accountauditconfiguration-auditcheckconfigurations-iotpolicypotentialmisconfigurationcheck",
|
|
42898
|
+
"Required": false,
|
|
42899
|
+
"Type": "AuditCheckConfiguration",
|
|
42900
|
+
"UpdateType": "Mutable"
|
|
42901
|
+
},
|
|
42708
42902
|
"IotPolicyOverlyPermissiveCheck": {
|
|
42709
42903
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-auditcheckconfigurations.html#cfn-iot-accountauditconfiguration-auditcheckconfigurations-iotpolicyoverlypermissivecheck",
|
|
42710
42904
|
"Required": false,
|
|
@@ -47713,6 +47907,25 @@
|
|
|
47713
47907
|
}
|
|
47714
47908
|
}
|
|
47715
47909
|
},
|
|
47910
|
+
"AWS::IoTTwinMaker::ComponentType.PropertyGroup": {
|
|
47911
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertygroup.html",
|
|
47912
|
+
"Properties": {
|
|
47913
|
+
"GroupType": {
|
|
47914
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertygroup.html#cfn-iottwinmaker-componenttype-propertygroup-grouptype",
|
|
47915
|
+
"PrimitiveType": "String",
|
|
47916
|
+
"Required": false,
|
|
47917
|
+
"UpdateType": "Mutable"
|
|
47918
|
+
},
|
|
47919
|
+
"PropertyNames": {
|
|
47920
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertygroup.html#cfn-iottwinmaker-componenttype-propertygroup-propertynames",
|
|
47921
|
+
"DuplicatesAllowed": false,
|
|
47922
|
+
"PrimitiveItemType": "String",
|
|
47923
|
+
"Required": false,
|
|
47924
|
+
"Type": "List",
|
|
47925
|
+
"UpdateType": "Mutable"
|
|
47926
|
+
}
|
|
47927
|
+
}
|
|
47928
|
+
},
|
|
47716
47929
|
"AWS::IoTTwinMaker::ComponentType.Relationship": {
|
|
47717
47930
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-relationship.html",
|
|
47718
47931
|
"Properties": {
|
|
@@ -47764,6 +47977,13 @@
|
|
|
47764
47977
|
"Type": "Map",
|
|
47765
47978
|
"UpdateType": "Mutable"
|
|
47766
47979
|
},
|
|
47980
|
+
"PropertyGroups": {
|
|
47981
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-component.html#cfn-iottwinmaker-entity-component-propertygroups",
|
|
47982
|
+
"ItemType": "PropertyGroup",
|
|
47983
|
+
"Required": false,
|
|
47984
|
+
"Type": "Map",
|
|
47985
|
+
"UpdateType": "Mutable"
|
|
47986
|
+
},
|
|
47767
47987
|
"Status": {
|
|
47768
47988
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-component.html#cfn-iottwinmaker-entity-component-status",
|
|
47769
47989
|
"Required": false,
|
|
@@ -47851,6 +48071,25 @@
|
|
|
47851
48071
|
}
|
|
47852
48072
|
}
|
|
47853
48073
|
},
|
|
48074
|
+
"AWS::IoTTwinMaker::Entity.PropertyGroup": {
|
|
48075
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-propertygroup.html",
|
|
48076
|
+
"Properties": {
|
|
48077
|
+
"GroupType": {
|
|
48078
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-propertygroup.html#cfn-iottwinmaker-entity-propertygroup-grouptype",
|
|
48079
|
+
"PrimitiveType": "String",
|
|
48080
|
+
"Required": false,
|
|
48081
|
+
"UpdateType": "Mutable"
|
|
48082
|
+
},
|
|
48083
|
+
"PropertyNames": {
|
|
48084
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-propertygroup.html#cfn-iottwinmaker-entity-propertygroup-propertynames",
|
|
48085
|
+
"DuplicatesAllowed": false,
|
|
48086
|
+
"PrimitiveItemType": "String",
|
|
48087
|
+
"Required": false,
|
|
48088
|
+
"Type": "List",
|
|
48089
|
+
"UpdateType": "Mutable"
|
|
48090
|
+
}
|
|
48091
|
+
}
|
|
48092
|
+
},
|
|
47854
48093
|
"AWS::IoTTwinMaker::Entity.Status": {
|
|
47855
48094
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-status.html",
|
|
47856
48095
|
"Properties": {
|
|
@@ -51901,6 +52140,99 @@
|
|
|
51901
52140
|
}
|
|
51902
52141
|
}
|
|
51903
52142
|
},
|
|
52143
|
+
"AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessBufferingHints": {
|
|
52144
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html",
|
|
52145
|
+
"Properties": {
|
|
52146
|
+
"IntervalInSeconds": {
|
|
52147
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints-intervalinseconds",
|
|
52148
|
+
"PrimitiveType": "Integer",
|
|
52149
|
+
"Required": false,
|
|
52150
|
+
"UpdateType": "Mutable"
|
|
52151
|
+
},
|
|
52152
|
+
"SizeInMBs": {
|
|
52153
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessbufferinghints-sizeinmbs",
|
|
52154
|
+
"PrimitiveType": "Integer",
|
|
52155
|
+
"Required": false,
|
|
52156
|
+
"UpdateType": "Mutable"
|
|
52157
|
+
}
|
|
52158
|
+
}
|
|
52159
|
+
},
|
|
52160
|
+
"AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessDestinationConfiguration": {
|
|
52161
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html",
|
|
52162
|
+
"Properties": {
|
|
52163
|
+
"BufferingHints": {
|
|
52164
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-bufferinghints",
|
|
52165
|
+
"Required": false,
|
|
52166
|
+
"Type": "AmazonOpenSearchServerlessBufferingHints",
|
|
52167
|
+
"UpdateType": "Mutable"
|
|
52168
|
+
},
|
|
52169
|
+
"CloudWatchLoggingOptions": {
|
|
52170
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-cloudwatchloggingoptions",
|
|
52171
|
+
"Required": false,
|
|
52172
|
+
"Type": "CloudWatchLoggingOptions",
|
|
52173
|
+
"UpdateType": "Mutable"
|
|
52174
|
+
},
|
|
52175
|
+
"CollectionEndpoint": {
|
|
52176
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-collectionendpoint",
|
|
52177
|
+
"PrimitiveType": "String",
|
|
52178
|
+
"Required": false,
|
|
52179
|
+
"UpdateType": "Mutable"
|
|
52180
|
+
},
|
|
52181
|
+
"IndexName": {
|
|
52182
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-indexname",
|
|
52183
|
+
"PrimitiveType": "String",
|
|
52184
|
+
"Required": true,
|
|
52185
|
+
"UpdateType": "Mutable"
|
|
52186
|
+
},
|
|
52187
|
+
"ProcessingConfiguration": {
|
|
52188
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-processingconfiguration",
|
|
52189
|
+
"Required": false,
|
|
52190
|
+
"Type": "ProcessingConfiguration",
|
|
52191
|
+
"UpdateType": "Mutable"
|
|
52192
|
+
},
|
|
52193
|
+
"RetryOptions": {
|
|
52194
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-retryoptions",
|
|
52195
|
+
"Required": false,
|
|
52196
|
+
"Type": "AmazonOpenSearchServerlessRetryOptions",
|
|
52197
|
+
"UpdateType": "Mutable"
|
|
52198
|
+
},
|
|
52199
|
+
"RoleARN": {
|
|
52200
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-rolearn",
|
|
52201
|
+
"PrimitiveType": "String",
|
|
52202
|
+
"Required": true,
|
|
52203
|
+
"UpdateType": "Mutable"
|
|
52204
|
+
},
|
|
52205
|
+
"S3BackupMode": {
|
|
52206
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-s3backupmode",
|
|
52207
|
+
"PrimitiveType": "String",
|
|
52208
|
+
"Required": false,
|
|
52209
|
+
"UpdateType": "Mutable"
|
|
52210
|
+
},
|
|
52211
|
+
"S3Configuration": {
|
|
52212
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-s3configuration",
|
|
52213
|
+
"Required": true,
|
|
52214
|
+
"Type": "S3DestinationConfiguration",
|
|
52215
|
+
"UpdateType": "Mutable"
|
|
52216
|
+
},
|
|
52217
|
+
"VpcConfiguration": {
|
|
52218
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration-vpcconfiguration",
|
|
52219
|
+
"Required": false,
|
|
52220
|
+
"Type": "VpcConfiguration",
|
|
52221
|
+
"UpdateType": "Immutable"
|
|
52222
|
+
}
|
|
52223
|
+
}
|
|
52224
|
+
},
|
|
52225
|
+
"AWS::KinesisFirehose::DeliveryStream.AmazonOpenSearchServerlessRetryOptions": {
|
|
52226
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessretryoptions.html",
|
|
52227
|
+
"Properties": {
|
|
52228
|
+
"DurationInSeconds": {
|
|
52229
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchserverlessretryoptions.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessretryoptions-durationinseconds",
|
|
52230
|
+
"PrimitiveType": "Integer",
|
|
52231
|
+
"Required": false,
|
|
52232
|
+
"UpdateType": "Mutable"
|
|
52233
|
+
}
|
|
52234
|
+
}
|
|
52235
|
+
},
|
|
51904
52236
|
"AWS::KinesisFirehose::DeliveryStream.AmazonopensearchserviceBufferingHints": {
|
|
51905
52237
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-amazonopensearchservicebufferinghints.html",
|
|
51906
52238
|
"Properties": {
|
|
@@ -66086,6 +66418,41 @@
|
|
|
66086
66418
|
}
|
|
66087
66419
|
}
|
|
66088
66420
|
},
|
|
66421
|
+
"AWS::Panorama::Package.StorageLocation": {
|
|
66422
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html",
|
|
66423
|
+
"Properties": {
|
|
66424
|
+
"BinaryPrefixLocation": {
|
|
66425
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-binaryprefixlocation",
|
|
66426
|
+
"PrimitiveType": "String",
|
|
66427
|
+
"Required": false,
|
|
66428
|
+
"UpdateType": "Mutable"
|
|
66429
|
+
},
|
|
66430
|
+
"Bucket": {
|
|
66431
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-bucket",
|
|
66432
|
+
"PrimitiveType": "String",
|
|
66433
|
+
"Required": false,
|
|
66434
|
+
"UpdateType": "Mutable"
|
|
66435
|
+
},
|
|
66436
|
+
"GeneratedPrefixLocation": {
|
|
66437
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-generatedprefixlocation",
|
|
66438
|
+
"PrimitiveType": "String",
|
|
66439
|
+
"Required": false,
|
|
66440
|
+
"UpdateType": "Mutable"
|
|
66441
|
+
},
|
|
66442
|
+
"ManifestPrefixLocation": {
|
|
66443
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-manifestprefixlocation",
|
|
66444
|
+
"PrimitiveType": "String",
|
|
66445
|
+
"Required": false,
|
|
66446
|
+
"UpdateType": "Mutable"
|
|
66447
|
+
},
|
|
66448
|
+
"RepoPrefixLocation": {
|
|
66449
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-panorama-package-storagelocation.html#cfn-panorama-package-storagelocation-repoprefixlocation",
|
|
66450
|
+
"PrimitiveType": "String",
|
|
66451
|
+
"Required": false,
|
|
66452
|
+
"UpdateType": "Mutable"
|
|
66453
|
+
}
|
|
66454
|
+
}
|
|
66455
|
+
},
|
|
66089
66456
|
"AWS::Personalize::Dataset.DatasetImportJob": {
|
|
66090
66457
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-personalize-dataset-datasetimportjob.html",
|
|
66091
66458
|
"Properties": {
|
|
@@ -73021,11 +73388,29 @@
|
|
|
73021
73388
|
"Type": "ActivityMetrics",
|
|
73022
73389
|
"UpdateType": "Mutable"
|
|
73023
73390
|
},
|
|
73391
|
+
"AdvancedCostOptimizationMetrics": {
|
|
73392
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-advancedcostoptimizationmetrics",
|
|
73393
|
+
"Required": false,
|
|
73394
|
+
"Type": "AdvancedCostOptimizationMetrics",
|
|
73395
|
+
"UpdateType": "Mutable"
|
|
73396
|
+
},
|
|
73397
|
+
"AdvancedDataProtectionMetrics": {
|
|
73398
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-advanceddataprotectionmetrics",
|
|
73399
|
+
"Required": false,
|
|
73400
|
+
"Type": "AdvancedDataProtectionMetrics",
|
|
73401
|
+
"UpdateType": "Mutable"
|
|
73402
|
+
},
|
|
73024
73403
|
"BucketLevel": {
|
|
73025
73404
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-bucketlevel",
|
|
73026
73405
|
"Required": true,
|
|
73027
73406
|
"Type": "BucketLevel",
|
|
73028
73407
|
"UpdateType": "Mutable"
|
|
73408
|
+
},
|
|
73409
|
+
"DetailedStatusCodesMetrics": {
|
|
73410
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-accountlevel.html#cfn-s3-storagelens-accountlevel-detailedstatuscodesmetrics",
|
|
73411
|
+
"Required": false,
|
|
73412
|
+
"Type": "DetailedStatusCodesMetrics",
|
|
73413
|
+
"UpdateType": "Mutable"
|
|
73029
73414
|
}
|
|
73030
73415
|
}
|
|
73031
73416
|
},
|
|
@@ -73040,6 +73425,28 @@
|
|
|
73040
73425
|
}
|
|
73041
73426
|
}
|
|
73042
73427
|
},
|
|
73428
|
+
"AWS::S3::StorageLens.AdvancedCostOptimizationMetrics": {
|
|
73429
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advancedcostoptimizationmetrics.html",
|
|
73430
|
+
"Properties": {
|
|
73431
|
+
"IsEnabled": {
|
|
73432
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advancedcostoptimizationmetrics.html#cfn-s3-storagelens-advancedcostoptimizationmetrics-isenabled",
|
|
73433
|
+
"PrimitiveType": "Boolean",
|
|
73434
|
+
"Required": false,
|
|
73435
|
+
"UpdateType": "Mutable"
|
|
73436
|
+
}
|
|
73437
|
+
}
|
|
73438
|
+
},
|
|
73439
|
+
"AWS::S3::StorageLens.AdvancedDataProtectionMetrics": {
|
|
73440
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advanceddataprotectionmetrics.html",
|
|
73441
|
+
"Properties": {
|
|
73442
|
+
"IsEnabled": {
|
|
73443
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-advanceddataprotectionmetrics.html#cfn-s3-storagelens-advanceddataprotectionmetrics-isenabled",
|
|
73444
|
+
"PrimitiveType": "Boolean",
|
|
73445
|
+
"Required": false,
|
|
73446
|
+
"UpdateType": "Mutable"
|
|
73447
|
+
}
|
|
73448
|
+
}
|
|
73449
|
+
},
|
|
73043
73450
|
"AWS::S3::StorageLens.AwsOrg": {
|
|
73044
73451
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-awsorg.html",
|
|
73045
73452
|
"Properties": {
|
|
@@ -73060,6 +73467,24 @@
|
|
|
73060
73467
|
"Type": "ActivityMetrics",
|
|
73061
73468
|
"UpdateType": "Mutable"
|
|
73062
73469
|
},
|
|
73470
|
+
"AdvancedCostOptimizationMetrics": {
|
|
73471
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-advancedcostoptimizationmetrics",
|
|
73472
|
+
"Required": false,
|
|
73473
|
+
"Type": "AdvancedCostOptimizationMetrics",
|
|
73474
|
+
"UpdateType": "Mutable"
|
|
73475
|
+
},
|
|
73476
|
+
"AdvancedDataProtectionMetrics": {
|
|
73477
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-advanceddataprotectionmetrics",
|
|
73478
|
+
"Required": false,
|
|
73479
|
+
"Type": "AdvancedDataProtectionMetrics",
|
|
73480
|
+
"UpdateType": "Mutable"
|
|
73481
|
+
},
|
|
73482
|
+
"DetailedStatusCodesMetrics": {
|
|
73483
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-detailedstatuscodesmetrics",
|
|
73484
|
+
"Required": false,
|
|
73485
|
+
"Type": "DetailedStatusCodesMetrics",
|
|
73486
|
+
"UpdateType": "Mutable"
|
|
73487
|
+
},
|
|
73063
73488
|
"PrefixLevel": {
|
|
73064
73489
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-bucketlevel.html#cfn-s3-storagelens-bucketlevel-prefixlevel",
|
|
73065
73490
|
"Required": false,
|
|
@@ -73117,6 +73542,17 @@
|
|
|
73117
73542
|
}
|
|
73118
73543
|
}
|
|
73119
73544
|
},
|
|
73545
|
+
"AWS::S3::StorageLens.DetailedStatusCodesMetrics": {
|
|
73546
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-detailedstatuscodesmetrics.html",
|
|
73547
|
+
"Properties": {
|
|
73548
|
+
"IsEnabled": {
|
|
73549
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-detailedstatuscodesmetrics.html#cfn-s3-storagelens-detailedstatuscodesmetrics-isenabled",
|
|
73550
|
+
"PrimitiveType": "Boolean",
|
|
73551
|
+
"Required": false,
|
|
73552
|
+
"UpdateType": "Mutable"
|
|
73553
|
+
}
|
|
73554
|
+
}
|
|
73555
|
+
},
|
|
73120
73556
|
"AWS::S3::StorageLens.Encryption": {
|
|
73121
73557
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-storagelens-encryption.html",
|
|
73122
73558
|
"Properties": {
|
|
@@ -85424,7 +85860,7 @@
|
|
|
85424
85860
|
}
|
|
85425
85861
|
}
|
|
85426
85862
|
},
|
|
85427
|
-
"ResourceSpecificationVersion": "
|
|
85863
|
+
"ResourceSpecificationVersion": "100.0.0",
|
|
85428
85864
|
"ResourceTypes": {
|
|
85429
85865
|
"AWS::ACMPCA::Certificate": {
|
|
85430
85866
|
"Attributes": {
|
|
@@ -86049,6 +86485,12 @@
|
|
|
86049
86485
|
"Required": false,
|
|
86050
86486
|
"UpdateType": "Mutable"
|
|
86051
86487
|
},
|
|
86488
|
+
"Platform": {
|
|
86489
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-platform",
|
|
86490
|
+
"PrimitiveType": "String",
|
|
86491
|
+
"Required": false,
|
|
86492
|
+
"UpdateType": "Mutable"
|
|
86493
|
+
},
|
|
86052
86494
|
"Repository": {
|
|
86053
86495
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-repository",
|
|
86054
86496
|
"PrimitiveType": "String",
|
|
@@ -86132,6 +86574,12 @@
|
|
|
86132
86574
|
"Type": "List",
|
|
86133
86575
|
"UpdateType": "Mutable"
|
|
86134
86576
|
},
|
|
86577
|
+
"Framework": {
|
|
86578
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-framework",
|
|
86579
|
+
"PrimitiveType": "String",
|
|
86580
|
+
"Required": false,
|
|
86581
|
+
"UpdateType": "Mutable"
|
|
86582
|
+
},
|
|
86135
86583
|
"PullRequestEnvironmentName": {
|
|
86136
86584
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-branch.html#cfn-amplify-branch-pullrequestenvironmentname",
|
|
86137
86585
|
"PrimitiveType": "String",
|
|
@@ -86537,12 +86985,6 @@
|
|
|
86537
86985
|
"Required": true,
|
|
86538
86986
|
"UpdateType": "Immutable"
|
|
86539
86987
|
},
|
|
86540
|
-
"Id": {
|
|
86541
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-id",
|
|
86542
|
-
"PrimitiveType": "String",
|
|
86543
|
-
"Required": false,
|
|
86544
|
-
"UpdateType": "Mutable"
|
|
86545
|
-
},
|
|
86546
86988
|
"RestApiId": {
|
|
86547
86989
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-basepathmapping.html#cfn-apigateway-basepathmapping-restapiid",
|
|
86548
86990
|
"PrimitiveType": "String",
|
|
@@ -89981,6 +90423,18 @@
|
|
|
89981
90423
|
"Required": true,
|
|
89982
90424
|
"UpdateType": "Immutable"
|
|
89983
90425
|
},
|
|
90426
|
+
"Code": {
|
|
90427
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-code",
|
|
90428
|
+
"PrimitiveType": "String",
|
|
90429
|
+
"Required": false,
|
|
90430
|
+
"UpdateType": "Mutable"
|
|
90431
|
+
},
|
|
90432
|
+
"CodeS3Location": {
|
|
90433
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-codes3location",
|
|
90434
|
+
"PrimitiveType": "String",
|
|
90435
|
+
"Required": false,
|
|
90436
|
+
"UpdateType": "Mutable"
|
|
90437
|
+
},
|
|
89984
90438
|
"DataSourceName": {
|
|
89985
90439
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-datasourcename",
|
|
89986
90440
|
"PrimitiveType": "String",
|
|
@@ -89996,7 +90450,7 @@
|
|
|
89996
90450
|
"FunctionVersion": {
|
|
89997
90451
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-functionversion",
|
|
89998
90452
|
"PrimitiveType": "String",
|
|
89999
|
-
"Required":
|
|
90453
|
+
"Required": false,
|
|
90000
90454
|
"UpdateType": "Mutable"
|
|
90001
90455
|
},
|
|
90002
90456
|
"MaxBatchSize": {
|
|
@@ -90035,6 +90489,12 @@
|
|
|
90035
90489
|
"Required": false,
|
|
90036
90490
|
"UpdateType": "Mutable"
|
|
90037
90491
|
},
|
|
90492
|
+
"Runtime": {
|
|
90493
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-runtime",
|
|
90494
|
+
"Required": false,
|
|
90495
|
+
"Type": "AppSyncRuntime",
|
|
90496
|
+
"UpdateType": "Mutable"
|
|
90497
|
+
},
|
|
90038
90498
|
"SyncConfig": {
|
|
90039
90499
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-functionconfiguration.html#cfn-appsync-functionconfiguration-syncconfig",
|
|
90040
90500
|
"Required": false,
|
|
@@ -90164,6 +90624,18 @@
|
|
|
90164
90624
|
"Type": "CachingConfig",
|
|
90165
90625
|
"UpdateType": "Mutable"
|
|
90166
90626
|
},
|
|
90627
|
+
"Code": {
|
|
90628
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-code",
|
|
90629
|
+
"PrimitiveType": "String",
|
|
90630
|
+
"Required": false,
|
|
90631
|
+
"UpdateType": "Mutable"
|
|
90632
|
+
},
|
|
90633
|
+
"CodeS3Location": {
|
|
90634
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-codes3location",
|
|
90635
|
+
"PrimitiveType": "String",
|
|
90636
|
+
"Required": false,
|
|
90637
|
+
"UpdateType": "Mutable"
|
|
90638
|
+
},
|
|
90167
90639
|
"DataSourceName": {
|
|
90168
90640
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-datasourcename",
|
|
90169
90641
|
"PrimitiveType": "String",
|
|
@@ -90218,6 +90690,12 @@
|
|
|
90218
90690
|
"Required": false,
|
|
90219
90691
|
"UpdateType": "Mutable"
|
|
90220
90692
|
},
|
|
90693
|
+
"Runtime": {
|
|
90694
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-runtime",
|
|
90695
|
+
"Required": false,
|
|
90696
|
+
"Type": "AppSyncRuntime",
|
|
90697
|
+
"UpdateType": "Mutable"
|
|
90698
|
+
},
|
|
90221
90699
|
"SyncConfig": {
|
|
90222
90700
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-resolver.html#cfn-appsync-resolver-syncconfig",
|
|
90223
90701
|
"Required": false,
|
|
@@ -91825,6 +92303,12 @@
|
|
|
91825
92303
|
},
|
|
91826
92304
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingrule.html",
|
|
91827
92305
|
"Properties": {
|
|
92306
|
+
"BillingEntity": {
|
|
92307
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingrule.html#cfn-billingconductor-pricingrule-billingentity",
|
|
92308
|
+
"PrimitiveType": "String",
|
|
92309
|
+
"Required": false,
|
|
92310
|
+
"UpdateType": "Immutable"
|
|
92311
|
+
},
|
|
91828
92312
|
"Description": {
|
|
91829
92313
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billingconductor-pricingrule.html#cfn-billingconductor-pricingrule-description",
|
|
91830
92314
|
"PrimitiveType": "String",
|
|
@@ -93135,6 +93619,25 @@
|
|
|
93135
93619
|
}
|
|
93136
93620
|
}
|
|
93137
93621
|
},
|
|
93622
|
+
"AWS::CloudFront::ContinuousDeploymentPolicy": {
|
|
93623
|
+
"Attributes": {
|
|
93624
|
+
"Id": {
|
|
93625
|
+
"PrimitiveType": "String"
|
|
93626
|
+
},
|
|
93627
|
+
"LastModifiedTime": {
|
|
93628
|
+
"PrimitiveType": "String"
|
|
93629
|
+
}
|
|
93630
|
+
},
|
|
93631
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-continuousdeploymentpolicy.html",
|
|
93632
|
+
"Properties": {
|
|
93633
|
+
"ContinuousDeploymentPolicyConfig": {
|
|
93634
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-continuousdeploymentpolicy.html#cfn-cloudfront-continuousdeploymentpolicy-continuousdeploymentpolicyconfig",
|
|
93635
|
+
"Required": true,
|
|
93636
|
+
"Type": "ContinuousDeploymentPolicyConfig",
|
|
93637
|
+
"UpdateType": "Mutable"
|
|
93638
|
+
}
|
|
93639
|
+
}
|
|
93640
|
+
},
|
|
93138
93641
|
"AWS::CloudFront::Distribution": {
|
|
93139
93642
|
"Attributes": {
|
|
93140
93643
|
"DomainName": {
|
|
@@ -93794,7 +94297,7 @@
|
|
|
93794
94297
|
"AlarmName": {
|
|
93795
94298
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html#cfn-cloudwatch-compositealarm-alarmname",
|
|
93796
94299
|
"PrimitiveType": "String",
|
|
93797
|
-
"Required":
|
|
94300
|
+
"Required": false,
|
|
93798
94301
|
"UpdateType": "Immutable"
|
|
93799
94302
|
},
|
|
93800
94303
|
"AlarmRule": {
|
|
@@ -100863,6 +101366,12 @@
|
|
|
100863
101366
|
"Required": false,
|
|
100864
101367
|
"UpdateType": "Immutable"
|
|
100865
101368
|
},
|
|
101369
|
+
"PrivateIpAddress": {
|
|
101370
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-privateipaddress",
|
|
101371
|
+
"PrimitiveType": "String",
|
|
101372
|
+
"Required": false,
|
|
101373
|
+
"UpdateType": "Immutable"
|
|
101374
|
+
},
|
|
100866
101375
|
"SubnetId": {
|
|
100867
101376
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-natgateway.html#cfn-ec2-natgateway-subnetid",
|
|
100868
101377
|
"PrimitiveType": "String",
|
|
@@ -101086,10 +101595,23 @@
|
|
|
101086
101595
|
},
|
|
101087
101596
|
"StatusMessage": {
|
|
101088
101597
|
"PrimitiveType": "String"
|
|
101598
|
+
},
|
|
101599
|
+
"SuggestedAccounts": {
|
|
101600
|
+
"DuplicatesAllowed": false,
|
|
101601
|
+
"PrimitiveItemType": "String",
|
|
101602
|
+
"Type": "List"
|
|
101089
101603
|
}
|
|
101090
101604
|
},
|
|
101091
101605
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.html",
|
|
101092
101606
|
"Properties": {
|
|
101607
|
+
"AdditionalAccounts": {
|
|
101608
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.html#cfn-ec2-networkinsightsanalysis-additionalaccounts",
|
|
101609
|
+
"DuplicatesAllowed": false,
|
|
101610
|
+
"PrimitiveItemType": "String",
|
|
101611
|
+
"Required": false,
|
|
101612
|
+
"Type": "List",
|
|
101613
|
+
"UpdateType": "Mutable"
|
|
101614
|
+
},
|
|
101093
101615
|
"FilterInArns": {
|
|
101094
101616
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightsanalysis.html#cfn-ec2-networkinsightsanalysis-filterinarns",
|
|
101095
101617
|
"PrimitiveItemType": "String",
|
|
@@ -101117,11 +101639,17 @@
|
|
|
101117
101639
|
"CreatedDate": {
|
|
101118
101640
|
"PrimitiveType": "String"
|
|
101119
101641
|
},
|
|
101642
|
+
"DestinationArn": {
|
|
101643
|
+
"PrimitiveType": "String"
|
|
101644
|
+
},
|
|
101120
101645
|
"NetworkInsightsPathArn": {
|
|
101121
101646
|
"PrimitiveType": "String"
|
|
101122
101647
|
},
|
|
101123
101648
|
"NetworkInsightsPathId": {
|
|
101124
101649
|
"PrimitiveType": "String"
|
|
101650
|
+
},
|
|
101651
|
+
"SourceArn": {
|
|
101652
|
+
"PrimitiveType": "String"
|
|
101125
101653
|
}
|
|
101126
101654
|
},
|
|
101127
101655
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinsightspath.html",
|
|
@@ -103084,69 +103612,64 @@
|
|
|
103084
103612
|
}
|
|
103085
103613
|
},
|
|
103086
103614
|
"AWS::EC2::Volume": {
|
|
103087
|
-
"
|
|
103088
|
-
"VolumeId": {
|
|
103089
|
-
"PrimitiveType": "String"
|
|
103090
|
-
}
|
|
103091
|
-
},
|
|
103092
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html",
|
|
103615
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html",
|
|
103093
103616
|
"Properties": {
|
|
103094
103617
|
"AutoEnableIO": {
|
|
103095
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103618
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-autoenableio",
|
|
103096
103619
|
"PrimitiveType": "Boolean",
|
|
103097
103620
|
"Required": false,
|
|
103098
103621
|
"UpdateType": "Mutable"
|
|
103099
103622
|
},
|
|
103100
103623
|
"AvailabilityZone": {
|
|
103101
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103624
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-availabilityzone",
|
|
103102
103625
|
"PrimitiveType": "String",
|
|
103103
103626
|
"Required": true,
|
|
103104
|
-
"UpdateType": "
|
|
103627
|
+
"UpdateType": "Mutable"
|
|
103105
103628
|
},
|
|
103106
103629
|
"Encrypted": {
|
|
103107
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103630
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-encrypted",
|
|
103108
103631
|
"PrimitiveType": "Boolean",
|
|
103109
103632
|
"Required": false,
|
|
103110
|
-
"UpdateType": "
|
|
103633
|
+
"UpdateType": "Mutable"
|
|
103111
103634
|
},
|
|
103112
103635
|
"Iops": {
|
|
103113
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103636
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-iops",
|
|
103114
103637
|
"PrimitiveType": "Integer",
|
|
103115
103638
|
"Required": false,
|
|
103116
103639
|
"UpdateType": "Mutable"
|
|
103117
103640
|
},
|
|
103118
103641
|
"KmsKeyId": {
|
|
103119
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103642
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-kmskeyid",
|
|
103120
103643
|
"PrimitiveType": "String",
|
|
103121
103644
|
"Required": false,
|
|
103122
|
-
"UpdateType": "
|
|
103645
|
+
"UpdateType": "Mutable"
|
|
103123
103646
|
},
|
|
103124
103647
|
"MultiAttachEnabled": {
|
|
103125
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103648
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-multiattachenabled",
|
|
103126
103649
|
"PrimitiveType": "Boolean",
|
|
103127
103650
|
"Required": false,
|
|
103128
103651
|
"UpdateType": "Mutable"
|
|
103129
103652
|
},
|
|
103130
103653
|
"OutpostArn": {
|
|
103131
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103654
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-outpostarn",
|
|
103132
103655
|
"PrimitiveType": "String",
|
|
103133
103656
|
"Required": false,
|
|
103134
103657
|
"UpdateType": "Mutable"
|
|
103135
103658
|
},
|
|
103136
103659
|
"Size": {
|
|
103137
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103660
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-size",
|
|
103138
103661
|
"PrimitiveType": "Integer",
|
|
103139
103662
|
"Required": false,
|
|
103140
103663
|
"UpdateType": "Mutable"
|
|
103141
103664
|
},
|
|
103142
103665
|
"SnapshotId": {
|
|
103143
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103666
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-snapshotid",
|
|
103144
103667
|
"PrimitiveType": "String",
|
|
103145
103668
|
"Required": false,
|
|
103146
|
-
"UpdateType": "
|
|
103669
|
+
"UpdateType": "Mutable"
|
|
103147
103670
|
},
|
|
103148
103671
|
"Tags": {
|
|
103149
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103672
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-tags",
|
|
103150
103673
|
"DuplicatesAllowed": true,
|
|
103151
103674
|
"ItemType": "Tag",
|
|
103152
103675
|
"Required": false,
|
|
@@ -103154,13 +103677,13 @@
|
|
|
103154
103677
|
"UpdateType": "Mutable"
|
|
103155
103678
|
},
|
|
103156
103679
|
"Throughput": {
|
|
103157
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103680
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-throughput",
|
|
103158
103681
|
"PrimitiveType": "Integer",
|
|
103159
103682
|
"Required": false,
|
|
103160
103683
|
"UpdateType": "Mutable"
|
|
103161
103684
|
},
|
|
103162
103685
|
"VolumeType": {
|
|
103163
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103686
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ebs-volume.html#cfn-ec2-ebs-volume-volumetype",
|
|
103164
103687
|
"PrimitiveType": "String",
|
|
103165
103688
|
"Required": false,
|
|
103166
103689
|
"UpdateType": "Mutable"
|
|
@@ -104442,6 +104965,12 @@
|
|
|
104442
104965
|
"Required": true,
|
|
104443
104966
|
"UpdateType": "Immutable"
|
|
104444
104967
|
},
|
|
104968
|
+
"OSReleaseLabel": {
|
|
104969
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-osreleaselabel",
|
|
104970
|
+
"PrimitiveType": "String",
|
|
104971
|
+
"Required": false,
|
|
104972
|
+
"UpdateType": "Immutable"
|
|
104973
|
+
},
|
|
104445
104974
|
"ReleaseLabel": {
|
|
104446
104975
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticmapreduce-cluster.html#cfn-elasticmapreduce-cluster-releaselabel",
|
|
104447
104976
|
"PrimitiveType": "String",
|
|
@@ -104967,6 +105496,12 @@
|
|
|
104967
105496
|
"Required": false,
|
|
104968
105497
|
"UpdateType": "Mutable"
|
|
104969
105498
|
},
|
|
105499
|
+
"IpDiscovery": {
|
|
105500
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-ipdiscovery",
|
|
105501
|
+
"PrimitiveType": "String",
|
|
105502
|
+
"Required": false,
|
|
105503
|
+
"UpdateType": "Mutable"
|
|
105504
|
+
},
|
|
104970
105505
|
"LogDeliveryConfigurations": {
|
|
104971
105506
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-logdeliveryconfigurations",
|
|
104972
105507
|
"DuplicatesAllowed": false,
|
|
@@ -104975,6 +105510,12 @@
|
|
|
104975
105510
|
"Type": "List",
|
|
104976
105511
|
"UpdateType": "Mutable"
|
|
104977
105512
|
},
|
|
105513
|
+
"NetworkType": {
|
|
105514
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-networktype",
|
|
105515
|
+
"PrimitiveType": "String",
|
|
105516
|
+
"Required": false,
|
|
105517
|
+
"UpdateType": "Immutable"
|
|
105518
|
+
},
|
|
104978
105519
|
"NotificationTopicArn": {
|
|
104979
105520
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cache-cluster.html#cfn-elasticache-cachecluster-notificationtopicarn",
|
|
104980
105521
|
"PrimitiveType": "String",
|
|
@@ -105278,6 +105819,12 @@
|
|
|
105278
105819
|
"Required": false,
|
|
105279
105820
|
"UpdateType": "Immutable"
|
|
105280
105821
|
},
|
|
105822
|
+
"IpDiscovery": {
|
|
105823
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-ipdiscovery",
|
|
105824
|
+
"PrimitiveType": "String",
|
|
105825
|
+
"Required": false,
|
|
105826
|
+
"UpdateType": "Mutable"
|
|
105827
|
+
},
|
|
105281
105828
|
"KmsKeyId": {
|
|
105282
105829
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-kmskeyid",
|
|
105283
105830
|
"PrimitiveType": "String",
|
|
@@ -105298,6 +105845,12 @@
|
|
|
105298
105845
|
"Required": false,
|
|
105299
105846
|
"UpdateType": "Mutable"
|
|
105300
105847
|
},
|
|
105848
|
+
"NetworkType": {
|
|
105849
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-networktype",
|
|
105850
|
+
"PrimitiveType": "String",
|
|
105851
|
+
"Required": false,
|
|
105852
|
+
"UpdateType": "Immutable"
|
|
105853
|
+
},
|
|
105301
105854
|
"NodeGroupConfiguration": {
|
|
105302
105855
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-replicationgroup.html#cfn-elasticache-replicationgroup-nodegroupconfiguration",
|
|
105303
105856
|
"DuplicatesAllowed": false,
|
|
@@ -105524,6 +106077,12 @@
|
|
|
105524
106077
|
"Required": false,
|
|
105525
106078
|
"UpdateType": "Mutable"
|
|
105526
106079
|
},
|
|
106080
|
+
"AuthenticationMode": {
|
|
106081
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-user.html#cfn-elasticache-user-authenticationmode",
|
|
106082
|
+
"PrimitiveType": "Json",
|
|
106083
|
+
"Required": false,
|
|
106084
|
+
"UpdateType": "Mutable"
|
|
106085
|
+
},
|
|
105527
106086
|
"Engine": {
|
|
105528
106087
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-user.html#cfn-elasticache-user-engine",
|
|
105529
106088
|
"PrimitiveType": "String",
|
|
@@ -111136,6 +111695,12 @@
|
|
|
111136
111695
|
"Required": false,
|
|
111137
111696
|
"UpdateType": "Immutable"
|
|
111138
111697
|
},
|
|
111698
|
+
"RecordingReconnectWindowSeconds": {
|
|
111699
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-recordingconfiguration.html#cfn-ivs-recordingconfiguration-recordingreconnectwindowseconds",
|
|
111700
|
+
"PrimitiveType": "Integer",
|
|
111701
|
+
"Required": false,
|
|
111702
|
+
"UpdateType": "Immutable"
|
|
111703
|
+
},
|
|
111139
111704
|
"Tags": {
|
|
111140
111705
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-recordingconfiguration.html#cfn-ivs-recordingconfiguration-tags",
|
|
111141
111706
|
"DuplicatesAllowed": false,
|
|
@@ -112436,12 +113001,6 @@
|
|
|
112436
113001
|
"Required": false,
|
|
112437
113002
|
"UpdateType": "Immutable"
|
|
112438
113003
|
},
|
|
112439
|
-
"JobExecutionsRetryConfig": {
|
|
112440
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-jobtemplate.html#cfn-iot-jobtemplate-jobexecutionsretryconfig",
|
|
112441
|
-
"PrimitiveType": "Json",
|
|
112442
|
-
"Required": false,
|
|
112443
|
-
"UpdateType": "Mutable"
|
|
112444
|
-
},
|
|
112445
113004
|
"JobExecutionsRolloutConfig": {
|
|
112446
113005
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-jobtemplate.html#cfn-iot-jobtemplate-jobexecutionsrolloutconfig",
|
|
112447
113006
|
"PrimitiveType": "Json",
|
|
@@ -114126,6 +114685,13 @@
|
|
|
114126
114685
|
"Type": "Map",
|
|
114127
114686
|
"UpdateType": "Mutable"
|
|
114128
114687
|
},
|
|
114688
|
+
"PropertyGroups": {
|
|
114689
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-componenttype.html#cfn-iottwinmaker-componenttype-propertygroups",
|
|
114690
|
+
"ItemType": "PropertyGroup",
|
|
114691
|
+
"Required": false,
|
|
114692
|
+
"Type": "Map",
|
|
114693
|
+
"UpdateType": "Mutable"
|
|
114694
|
+
},
|
|
114129
114695
|
"Tags": {
|
|
114130
114696
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-componenttype.html#cfn-iottwinmaker-componenttype-tags",
|
|
114131
114697
|
"PrimitiveItemType": "String",
|
|
@@ -115587,6 +116153,12 @@
|
|
|
115587
116153
|
},
|
|
115588
116154
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html",
|
|
115589
116155
|
"Properties": {
|
|
116156
|
+
"AmazonOpenSearchServerlessDestinationConfiguration": {
|
|
116157
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-amazonopensearchserverlessdestinationconfiguration",
|
|
116158
|
+
"Required": false,
|
|
116159
|
+
"Type": "AmazonOpenSearchServerlessDestinationConfiguration",
|
|
116160
|
+
"UpdateType": "Mutable"
|
|
116161
|
+
},
|
|
115590
116162
|
"AmazonopensearchserviceDestinationConfiguration": {
|
|
115591
116163
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesisfirehose-deliverystream.html#cfn-kinesisfirehose-deliverystream-amazonopensearchservicedestinationconfiguration",
|
|
115592
116164
|
"Required": false,
|
|
@@ -117974,6 +118546,13 @@
|
|
|
117974
118546
|
},
|
|
117975
118547
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html",
|
|
117976
118548
|
"Properties": {
|
|
118549
|
+
"DataProtectionPolicy": {
|
|
118550
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-dataprotectionpolicy",
|
|
118551
|
+
"PrimitiveType": "Json",
|
|
118552
|
+
"Required": false,
|
|
118553
|
+
"ScrutinyType": "InlineResourcePolicy",
|
|
118554
|
+
"UpdateType": "Mutable"
|
|
118555
|
+
},
|
|
117977
118556
|
"KmsKeyId": {
|
|
117978
118557
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#cfn-logs-loggroup-kmskeyid",
|
|
117979
118558
|
"PrimitiveType": "String",
|
|
@@ -121783,6 +122362,76 @@
|
|
|
121783
122362
|
}
|
|
121784
122363
|
}
|
|
121785
122364
|
},
|
|
122365
|
+
"AWS::Oam::Link": {
|
|
122366
|
+
"Attributes": {
|
|
122367
|
+
"Arn": {
|
|
122368
|
+
"PrimitiveType": "String"
|
|
122369
|
+
},
|
|
122370
|
+
"Label": {
|
|
122371
|
+
"PrimitiveType": "String"
|
|
122372
|
+
}
|
|
122373
|
+
},
|
|
122374
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html",
|
|
122375
|
+
"Properties": {
|
|
122376
|
+
"LabelTemplate": {
|
|
122377
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html#cfn-oam-link-labeltemplate",
|
|
122378
|
+
"PrimitiveType": "String",
|
|
122379
|
+
"Required": true,
|
|
122380
|
+
"UpdateType": "Immutable"
|
|
122381
|
+
},
|
|
122382
|
+
"ResourceTypes": {
|
|
122383
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html#cfn-oam-link-resourcetypes",
|
|
122384
|
+
"DuplicatesAllowed": false,
|
|
122385
|
+
"PrimitiveItemType": "String",
|
|
122386
|
+
"Required": true,
|
|
122387
|
+
"Type": "List",
|
|
122388
|
+
"UpdateType": "Mutable"
|
|
122389
|
+
},
|
|
122390
|
+
"SinkIdentifier": {
|
|
122391
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html#cfn-oam-link-sinkidentifier",
|
|
122392
|
+
"PrimitiveType": "String",
|
|
122393
|
+
"Required": true,
|
|
122394
|
+
"UpdateType": "Immutable"
|
|
122395
|
+
},
|
|
122396
|
+
"Tags": {
|
|
122397
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html#cfn-oam-link-tags",
|
|
122398
|
+
"PrimitiveItemType": "String",
|
|
122399
|
+
"Required": false,
|
|
122400
|
+
"Type": "Map",
|
|
122401
|
+
"UpdateType": "Mutable"
|
|
122402
|
+
}
|
|
122403
|
+
}
|
|
122404
|
+
},
|
|
122405
|
+
"AWS::Oam::Sink": {
|
|
122406
|
+
"Attributes": {
|
|
122407
|
+
"Arn": {
|
|
122408
|
+
"PrimitiveType": "String"
|
|
122409
|
+
}
|
|
122410
|
+
},
|
|
122411
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-sink.html",
|
|
122412
|
+
"Properties": {
|
|
122413
|
+
"Name": {
|
|
122414
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-sink.html#cfn-oam-sink-name",
|
|
122415
|
+
"PrimitiveType": "String",
|
|
122416
|
+
"Required": true,
|
|
122417
|
+
"UpdateType": "Immutable"
|
|
122418
|
+
},
|
|
122419
|
+
"Policy": {
|
|
122420
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-sink.html#cfn-oam-sink-policy",
|
|
122421
|
+
"PrimitiveType": "Json",
|
|
122422
|
+
"Required": false,
|
|
122423
|
+
"ScrutinyType": "InlineResourcePolicy",
|
|
122424
|
+
"UpdateType": "Mutable"
|
|
122425
|
+
},
|
|
122426
|
+
"Tags": {
|
|
122427
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-sink.html#cfn-oam-sink-tags",
|
|
122428
|
+
"PrimitiveItemType": "String",
|
|
122429
|
+
"Required": false,
|
|
122430
|
+
"Type": "Map",
|
|
122431
|
+
"UpdateType": "Mutable"
|
|
122432
|
+
}
|
|
122433
|
+
}
|
|
122434
|
+
},
|
|
121786
122435
|
"AWS::OpenSearchService::Domain": {
|
|
121787
122436
|
"Attributes": {
|
|
121788
122437
|
"Arn": {
|
|
@@ -122714,6 +123363,39 @@
|
|
|
122714
123363
|
}
|
|
122715
123364
|
}
|
|
122716
123365
|
},
|
|
123366
|
+
"AWS::Organizations::OrganizationalUnit": {
|
|
123367
|
+
"Attributes": {
|
|
123368
|
+
"Arn": {
|
|
123369
|
+
"PrimitiveType": "String"
|
|
123370
|
+
},
|
|
123371
|
+
"Id": {
|
|
123372
|
+
"PrimitiveType": "String"
|
|
123373
|
+
}
|
|
123374
|
+
},
|
|
123375
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organizationalunit.html",
|
|
123376
|
+
"Properties": {
|
|
123377
|
+
"Name": {
|
|
123378
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organizationalunit.html#cfn-organizations-organizationalunit-name",
|
|
123379
|
+
"PrimitiveType": "String",
|
|
123380
|
+
"Required": true,
|
|
123381
|
+
"UpdateType": "Mutable"
|
|
123382
|
+
},
|
|
123383
|
+
"ParentId": {
|
|
123384
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organizationalunit.html#cfn-organizations-organizationalunit-parentid",
|
|
123385
|
+
"PrimitiveType": "String",
|
|
123386
|
+
"Required": true,
|
|
123387
|
+
"UpdateType": "Immutable"
|
|
123388
|
+
},
|
|
123389
|
+
"Tags": {
|
|
123390
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-organizationalunit.html#cfn-organizations-organizationalunit-tags",
|
|
123391
|
+
"DuplicatesAllowed": false,
|
|
123392
|
+
"ItemType": "Tag",
|
|
123393
|
+
"Required": false,
|
|
123394
|
+
"Type": "List",
|
|
123395
|
+
"UpdateType": "Mutable"
|
|
123396
|
+
}
|
|
123397
|
+
}
|
|
123398
|
+
},
|
|
122717
123399
|
"AWS::Organizations::Policy": {
|
|
122718
123400
|
"Attributes": {
|
|
122719
123401
|
"Arn": {
|
|
@@ -122873,6 +123555,21 @@
|
|
|
122873
123555
|
},
|
|
122874
123556
|
"PackageId": {
|
|
122875
123557
|
"PrimitiveType": "String"
|
|
123558
|
+
},
|
|
123559
|
+
"StorageLocation.BinaryPrefixLocation": {
|
|
123560
|
+
"PrimitiveType": "String"
|
|
123561
|
+
},
|
|
123562
|
+
"StorageLocation.Bucket": {
|
|
123563
|
+
"PrimitiveType": "String"
|
|
123564
|
+
},
|
|
123565
|
+
"StorageLocation.GeneratedPrefixLocation": {
|
|
123566
|
+
"PrimitiveType": "String"
|
|
123567
|
+
},
|
|
123568
|
+
"StorageLocation.ManifestPrefixLocation": {
|
|
123569
|
+
"PrimitiveType": "String"
|
|
123570
|
+
},
|
|
123571
|
+
"StorageLocation.RepoPrefixLocation": {
|
|
123572
|
+
"PrimitiveType": "String"
|
|
122876
123573
|
}
|
|
122877
123574
|
},
|
|
122878
123575
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-panorama-package.html",
|
|
@@ -125477,6 +126174,11 @@
|
|
|
125477
126174
|
}
|
|
125478
126175
|
},
|
|
125479
126176
|
"AWS::RDS::DBParameterGroup": {
|
|
126177
|
+
"Attributes": {
|
|
126178
|
+
"DBParameterGroupName": {
|
|
126179
|
+
"PrimitiveType": "String"
|
|
126180
|
+
}
|
|
126181
|
+
},
|
|
125480
126182
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html",
|
|
125481
126183
|
"Properties": {
|
|
125482
126184
|
"DBParameterGroupName": {
|
|
@@ -128822,6 +129524,12 @@
|
|
|
128822
129524
|
"Required": true,
|
|
128823
129525
|
"UpdateType": "Immutable"
|
|
128824
129526
|
},
|
|
129527
|
+
"BucketAccountId": {
|
|
129528
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-bucketaccountid",
|
|
129529
|
+
"PrimitiveType": "String",
|
|
129530
|
+
"Required": false,
|
|
129531
|
+
"UpdateType": "Immutable"
|
|
129532
|
+
},
|
|
128825
129533
|
"Name": {
|
|
128826
129534
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html#cfn-s3-accesspoint-name",
|
|
128827
129535
|
"PrimitiveType": "String",
|
|
@@ -130458,6 +131166,32 @@
|
|
|
130458
131166
|
}
|
|
130459
131167
|
}
|
|
130460
131168
|
},
|
|
131169
|
+
"AWS::SSM::ResourcePolicy": {
|
|
131170
|
+
"Attributes": {
|
|
131171
|
+
"PolicyHash": {
|
|
131172
|
+
"PrimitiveType": "String"
|
|
131173
|
+
},
|
|
131174
|
+
"PolicyId": {
|
|
131175
|
+
"PrimitiveType": "String"
|
|
131176
|
+
}
|
|
131177
|
+
},
|
|
131178
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcepolicy.html",
|
|
131179
|
+
"Properties": {
|
|
131180
|
+
"Policy": {
|
|
131181
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcepolicy.html#cfn-ssm-resourcepolicy-policy",
|
|
131182
|
+
"PrimitiveType": "Json",
|
|
131183
|
+
"Required": true,
|
|
131184
|
+
"UpdateType": "Mutable"
|
|
131185
|
+
},
|
|
131186
|
+
"ResourceArn": {
|
|
131187
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-resourcepolicy.html#cfn-ssm-resourcepolicy-resourcearn",
|
|
131188
|
+
"PrimitiveType": "String",
|
|
131189
|
+
"Required": true,
|
|
131190
|
+
"UpdateType": "Immutable"
|
|
131191
|
+
}
|
|
131192
|
+
},
|
|
131193
|
+
"ScrutinyType": "ResourcePolicyResource"
|
|
131194
|
+
},
|
|
130461
131195
|
"AWS::SSMContacts::Contact": {
|
|
130462
131196
|
"Attributes": {
|
|
130463
131197
|
"Arn": {
|