cdk-common 2.0.323 → 2.0.325
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 +21 -15
- package/API.md +15 -10
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +3 -2
- package/lib/managed-policies.js +4 -3
- package/node_modules/@aws-cdk/assert/lib/assertions/have-output.js +2 -3
- package/node_modules/@aws-cdk/assert/lib/assertions/have-resource.js +3 -4
- package/node_modules/@aws-cdk/assert/lib/canonicalize-assets.js +2 -2
- package/node_modules/@aws-cdk/assert/lib/synth-utils.js +7 -8
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +303 -0
- package/node_modules/@aws-cdk/cfnspec/build-tools/massage-spec.js +2 -3
- package/node_modules/@aws-cdk/cfnspec/build-tools/patch-set.js +2 -3
- package/node_modules/@aws-cdk/cfnspec/build-tools/spec-diff.js +2 -3
- package/node_modules/@aws-cdk/cfnspec/build-tools/update.sh +12 -5
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/lib/canned-metrics.js +3 -5
- package/node_modules/@aws-cdk/cfnspec/lib/index.js +10 -4
- package/node_modules/@aws-cdk/cfnspec/package.json +5 -5
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +1690 -81
- package/node_modules/@aws-cdk/cfnspec/tsconfig.json +1 -1
- package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +430 -430
- package/node_modules/@aws-cdk/cloudformation-diff/lib/iam/iam-changes.js +3 -3
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +6 -6
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"Fingerprint": "
|
|
2
|
+
"Fingerprint": "dafcfb58ec23fbaf6323f713cf920e91",
|
|
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",
|
|
@@ -2792,6 +2792,7 @@
|
|
|
2792
2792
|
"Properties": {
|
|
2793
2793
|
"Audience": {
|
|
2794
2794
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigatewayv2-authorizer-jwtconfiguration.html#cfn-apigatewayv2-authorizer-jwtconfiguration-audience",
|
|
2795
|
+
"DuplicatesAllowed": true,
|
|
2795
2796
|
"PrimitiveItemType": "String",
|
|
2796
2797
|
"Required": false,
|
|
2797
2798
|
"Type": "List",
|
|
@@ -8045,6 +8046,17 @@
|
|
|
8045
8046
|
}
|
|
8046
8047
|
}
|
|
8047
8048
|
},
|
|
8049
|
+
"AWS::AppRunner::Service.IngressConfiguration": {
|
|
8050
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-ingressconfiguration.html",
|
|
8051
|
+
"Properties": {
|
|
8052
|
+
"IsPubliclyAccessible": {
|
|
8053
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-ingressconfiguration.html#cfn-apprunner-service-ingressconfiguration-ispubliclyaccessible",
|
|
8054
|
+
"PrimitiveType": "Boolean",
|
|
8055
|
+
"Required": true,
|
|
8056
|
+
"UpdateType": "Mutable"
|
|
8057
|
+
}
|
|
8058
|
+
}
|
|
8059
|
+
},
|
|
8048
8060
|
"AWS::AppRunner::Service.InstanceConfiguration": {
|
|
8049
8061
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-instanceconfiguration.html",
|
|
8050
8062
|
"Properties": {
|
|
@@ -8090,9 +8102,15 @@
|
|
|
8090
8102
|
"Properties": {
|
|
8091
8103
|
"EgressConfiguration": {
|
|
8092
8104
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-networkconfiguration.html#cfn-apprunner-service-networkconfiguration-egressconfiguration",
|
|
8093
|
-
"Required":
|
|
8105
|
+
"Required": false,
|
|
8094
8106
|
"Type": "EgressConfiguration",
|
|
8095
8107
|
"UpdateType": "Mutable"
|
|
8108
|
+
},
|
|
8109
|
+
"IngressConfiguration": {
|
|
8110
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-service-networkconfiguration.html#cfn-apprunner-service-networkconfiguration-ingressconfiguration",
|
|
8111
|
+
"Required": false,
|
|
8112
|
+
"Type": "IngressConfiguration",
|
|
8113
|
+
"UpdateType": "Mutable"
|
|
8096
8114
|
}
|
|
8097
8115
|
}
|
|
8098
8116
|
},
|
|
@@ -8159,6 +8177,23 @@
|
|
|
8159
8177
|
}
|
|
8160
8178
|
}
|
|
8161
8179
|
},
|
|
8180
|
+
"AWS::AppRunner::VpcIngressConnection.IngressVpcConfiguration": {
|
|
8181
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-vpcingressconnection-ingressvpcconfiguration.html",
|
|
8182
|
+
"Properties": {
|
|
8183
|
+
"VpcEndpointId": {
|
|
8184
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-vpcingressconnection-ingressvpcconfiguration.html#cfn-apprunner-vpcingressconnection-ingressvpcconfiguration-vpcendpointid",
|
|
8185
|
+
"PrimitiveType": "String",
|
|
8186
|
+
"Required": true,
|
|
8187
|
+
"UpdateType": "Mutable"
|
|
8188
|
+
},
|
|
8189
|
+
"VpcId": {
|
|
8190
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apprunner-vpcingressconnection-ingressvpcconfiguration.html#cfn-apprunner-vpcingressconnection-ingressvpcconfiguration-vpcid",
|
|
8191
|
+
"PrimitiveType": "String",
|
|
8192
|
+
"Required": true,
|
|
8193
|
+
"UpdateType": "Mutable"
|
|
8194
|
+
}
|
|
8195
|
+
}
|
|
8196
|
+
},
|
|
8162
8197
|
"AWS::AppStream::AppBlock.S3Location": {
|
|
8163
8198
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-appblock-s3location.html",
|
|
8164
8199
|
"Properties": {
|
|
@@ -8222,6 +8257,23 @@
|
|
|
8222
8257
|
}
|
|
8223
8258
|
}
|
|
8224
8259
|
},
|
|
8260
|
+
"AWS::AppStream::DirectoryConfig.CertificateBasedAuthProperties": {
|
|
8261
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-certificatebasedauthproperties.html",
|
|
8262
|
+
"Properties": {
|
|
8263
|
+
"CertificateAuthorityArn": {
|
|
8264
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-certificatebasedauthproperties.html#cfn-appstream-directoryconfig-certificatebasedauthproperties-certificateauthorityarn",
|
|
8265
|
+
"PrimitiveType": "String",
|
|
8266
|
+
"Required": false,
|
|
8267
|
+
"UpdateType": "Mutable"
|
|
8268
|
+
},
|
|
8269
|
+
"Status": {
|
|
8270
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-certificatebasedauthproperties.html#cfn-appstream-directoryconfig-certificatebasedauthproperties-status",
|
|
8271
|
+
"PrimitiveType": "String",
|
|
8272
|
+
"Required": false,
|
|
8273
|
+
"UpdateType": "Mutable"
|
|
8274
|
+
}
|
|
8275
|
+
}
|
|
8276
|
+
},
|
|
8225
8277
|
"AWS::AppStream::DirectoryConfig.ServiceAccountCredentials": {
|
|
8226
8278
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appstream-directoryconfig-serviceaccountcredentials.html",
|
|
8227
8279
|
"Properties": {
|
|
@@ -11527,6 +11579,12 @@
|
|
|
11527
11579
|
"Required": false,
|
|
11528
11580
|
"UpdateType": "Mutable"
|
|
11529
11581
|
},
|
|
11582
|
+
"ImageKubernetesVersion": {
|
|
11583
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-ec2configurationobject.html#cfn-batch-computeenvironment-ec2configurationobject-imagekubernetesversion",
|
|
11584
|
+
"PrimitiveType": "String",
|
|
11585
|
+
"Required": false,
|
|
11586
|
+
"UpdateType": "Mutable"
|
|
11587
|
+
},
|
|
11530
11588
|
"ImageType": {
|
|
11531
11589
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-ec2configurationobject.html#cfn-batch-computeenvironment-ec2configurationobject-imagetype",
|
|
11532
11590
|
"PrimitiveType": "String",
|
|
@@ -11535,6 +11593,23 @@
|
|
|
11535
11593
|
}
|
|
11536
11594
|
}
|
|
11537
11595
|
},
|
|
11596
|
+
"AWS::Batch::ComputeEnvironment.EksConfiguration": {
|
|
11597
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-eksconfiguration.html",
|
|
11598
|
+
"Properties": {
|
|
11599
|
+
"EksClusterArn": {
|
|
11600
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-eksconfiguration.html#cfn-batch-computeenvironment-eksconfiguration-eksclusterarn",
|
|
11601
|
+
"PrimitiveType": "String",
|
|
11602
|
+
"Required": true,
|
|
11603
|
+
"UpdateType": "Immutable"
|
|
11604
|
+
},
|
|
11605
|
+
"KubernetesNamespace": {
|
|
11606
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-eksconfiguration.html#cfn-batch-computeenvironment-eksconfiguration-kubernetesnamespace",
|
|
11607
|
+
"PrimitiveType": "String",
|
|
11608
|
+
"Required": true,
|
|
11609
|
+
"UpdateType": "Immutable"
|
|
11610
|
+
}
|
|
11611
|
+
}
|
|
11612
|
+
},
|
|
11538
11613
|
"AWS::Batch::ComputeEnvironment.LaunchTemplateSpecification": {
|
|
11539
11614
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-computeenvironment-launchtemplatespecification.html",
|
|
11540
11615
|
"Properties": {
|
|
@@ -11783,6 +11858,166 @@
|
|
|
11783
11858
|
}
|
|
11784
11859
|
}
|
|
11785
11860
|
},
|
|
11861
|
+
"AWS::Batch::JobDefinition.EksContainer": {
|
|
11862
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html",
|
|
11863
|
+
"Properties": {
|
|
11864
|
+
"Args": {
|
|
11865
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-args",
|
|
11866
|
+
"PrimitiveItemType": "String",
|
|
11867
|
+
"Required": false,
|
|
11868
|
+
"Type": "List",
|
|
11869
|
+
"UpdateType": "Mutable"
|
|
11870
|
+
},
|
|
11871
|
+
"Command": {
|
|
11872
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-command",
|
|
11873
|
+
"PrimitiveItemType": "String",
|
|
11874
|
+
"Required": false,
|
|
11875
|
+
"Type": "List",
|
|
11876
|
+
"UpdateType": "Mutable"
|
|
11877
|
+
},
|
|
11878
|
+
"Env": {
|
|
11879
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-env",
|
|
11880
|
+
"ItemType": "EksContainerEnvironmentVariable",
|
|
11881
|
+
"Required": false,
|
|
11882
|
+
"Type": "List",
|
|
11883
|
+
"UpdateType": "Mutable"
|
|
11884
|
+
},
|
|
11885
|
+
"Image": {
|
|
11886
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-image",
|
|
11887
|
+
"PrimitiveType": "String",
|
|
11888
|
+
"Required": true,
|
|
11889
|
+
"UpdateType": "Mutable"
|
|
11890
|
+
},
|
|
11891
|
+
"ImagePullPolicy": {
|
|
11892
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-imagepullpolicy",
|
|
11893
|
+
"PrimitiveType": "String",
|
|
11894
|
+
"Required": false,
|
|
11895
|
+
"UpdateType": "Mutable"
|
|
11896
|
+
},
|
|
11897
|
+
"Name": {
|
|
11898
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-name",
|
|
11899
|
+
"PrimitiveType": "String",
|
|
11900
|
+
"Required": false,
|
|
11901
|
+
"UpdateType": "Mutable"
|
|
11902
|
+
},
|
|
11903
|
+
"Resources": {
|
|
11904
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-resources",
|
|
11905
|
+
"Required": false,
|
|
11906
|
+
"Type": "Resources",
|
|
11907
|
+
"UpdateType": "Mutable"
|
|
11908
|
+
},
|
|
11909
|
+
"SecurityContext": {
|
|
11910
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-securitycontext",
|
|
11911
|
+
"Required": false,
|
|
11912
|
+
"Type": "SecurityContext",
|
|
11913
|
+
"UpdateType": "Mutable"
|
|
11914
|
+
},
|
|
11915
|
+
"VolumeMounts": {
|
|
11916
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer.html#cfn-batch-jobdefinition-ekscontainer-volumemounts",
|
|
11917
|
+
"ItemType": "EksContainerVolumeMount",
|
|
11918
|
+
"Required": false,
|
|
11919
|
+
"Type": "List",
|
|
11920
|
+
"UpdateType": "Mutable"
|
|
11921
|
+
}
|
|
11922
|
+
}
|
|
11923
|
+
},
|
|
11924
|
+
"AWS::Batch::JobDefinition.EksContainerEnvironmentVariable": {
|
|
11925
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainerenvironmentvariable.html",
|
|
11926
|
+
"Properties": {
|
|
11927
|
+
"Name": {
|
|
11928
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainerenvironmentvariable.html#cfn-batch-jobdefinition-ekscontainerenvironmentvariable-name",
|
|
11929
|
+
"PrimitiveType": "String",
|
|
11930
|
+
"Required": true,
|
|
11931
|
+
"UpdateType": "Mutable"
|
|
11932
|
+
},
|
|
11933
|
+
"Value": {
|
|
11934
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainerenvironmentvariable.html#cfn-batch-jobdefinition-ekscontainerenvironmentvariable-value",
|
|
11935
|
+
"PrimitiveType": "String",
|
|
11936
|
+
"Required": false,
|
|
11937
|
+
"UpdateType": "Mutable"
|
|
11938
|
+
}
|
|
11939
|
+
}
|
|
11940
|
+
},
|
|
11941
|
+
"AWS::Batch::JobDefinition.EksContainerVolumeMount": {
|
|
11942
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainervolumemount.html",
|
|
11943
|
+
"Properties": {
|
|
11944
|
+
"MountPath": {
|
|
11945
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainervolumemount.html#cfn-batch-jobdefinition-ekscontainervolumemount-mountpath",
|
|
11946
|
+
"PrimitiveType": "String",
|
|
11947
|
+
"Required": false,
|
|
11948
|
+
"UpdateType": "Mutable"
|
|
11949
|
+
},
|
|
11950
|
+
"Name": {
|
|
11951
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainervolumemount.html#cfn-batch-jobdefinition-ekscontainervolumemount-name",
|
|
11952
|
+
"PrimitiveType": "String",
|
|
11953
|
+
"Required": false,
|
|
11954
|
+
"UpdateType": "Mutable"
|
|
11955
|
+
},
|
|
11956
|
+
"ReadOnly": {
|
|
11957
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainervolumemount.html#cfn-batch-jobdefinition-ekscontainervolumemount-readonly",
|
|
11958
|
+
"PrimitiveType": "Boolean",
|
|
11959
|
+
"Required": false,
|
|
11960
|
+
"UpdateType": "Mutable"
|
|
11961
|
+
}
|
|
11962
|
+
}
|
|
11963
|
+
},
|
|
11964
|
+
"AWS::Batch::JobDefinition.EksProperties": {
|
|
11965
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksproperties.html",
|
|
11966
|
+
"Properties": {
|
|
11967
|
+
"PodProperties": {
|
|
11968
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksproperties.html#cfn-batch-jobdefinition-eksproperties-podproperties",
|
|
11969
|
+
"Required": false,
|
|
11970
|
+
"Type": "PodProperties",
|
|
11971
|
+
"UpdateType": "Mutable"
|
|
11972
|
+
}
|
|
11973
|
+
}
|
|
11974
|
+
},
|
|
11975
|
+
"AWS::Batch::JobDefinition.EksVolume": {
|
|
11976
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume.html",
|
|
11977
|
+
"Properties": {
|
|
11978
|
+
"EmptyDir": {
|
|
11979
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume.html#cfn-batch-jobdefinition-eksvolume-emptydir",
|
|
11980
|
+
"Required": false,
|
|
11981
|
+
"Type": "EmptyDir",
|
|
11982
|
+
"UpdateType": "Mutable"
|
|
11983
|
+
},
|
|
11984
|
+
"HostPath": {
|
|
11985
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume.html#cfn-batch-jobdefinition-eksvolume-hostpath",
|
|
11986
|
+
"Required": false,
|
|
11987
|
+
"Type": "HostPath",
|
|
11988
|
+
"UpdateType": "Mutable"
|
|
11989
|
+
},
|
|
11990
|
+
"Name": {
|
|
11991
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume.html#cfn-batch-jobdefinition-eksvolume-name",
|
|
11992
|
+
"PrimitiveType": "String",
|
|
11993
|
+
"Required": true,
|
|
11994
|
+
"UpdateType": "Mutable"
|
|
11995
|
+
},
|
|
11996
|
+
"Secret": {
|
|
11997
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume.html#cfn-batch-jobdefinition-eksvolume-secret",
|
|
11998
|
+
"Required": false,
|
|
11999
|
+
"Type": "Secret",
|
|
12000
|
+
"UpdateType": "Mutable"
|
|
12001
|
+
}
|
|
12002
|
+
}
|
|
12003
|
+
},
|
|
12004
|
+
"AWS::Batch::JobDefinition.EmptyDir": {
|
|
12005
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume-emptydir.html",
|
|
12006
|
+
"Properties": {
|
|
12007
|
+
"Medium": {
|
|
12008
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume-emptydir.html#cfn-batch-jobdefinition-eksvolume-emptydir-medium",
|
|
12009
|
+
"PrimitiveType": "String",
|
|
12010
|
+
"Required": false,
|
|
12011
|
+
"UpdateType": "Mutable"
|
|
12012
|
+
},
|
|
12013
|
+
"SizeLimit": {
|
|
12014
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume-emptydir.html#cfn-batch-jobdefinition-eksvolume-emptydir-sizelimit",
|
|
12015
|
+
"PrimitiveType": "String",
|
|
12016
|
+
"Required": false,
|
|
12017
|
+
"UpdateType": "Mutable"
|
|
12018
|
+
}
|
|
12019
|
+
}
|
|
12020
|
+
},
|
|
11786
12021
|
"AWS::Batch::JobDefinition.Environment": {
|
|
11787
12022
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-environment.html",
|
|
11788
12023
|
"Properties": {
|
|
@@ -11840,6 +12075,17 @@
|
|
|
11840
12075
|
}
|
|
11841
12076
|
}
|
|
11842
12077
|
},
|
|
12078
|
+
"AWS::Batch::JobDefinition.HostPath": {
|
|
12079
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume-hostpath.html",
|
|
12080
|
+
"Properties": {
|
|
12081
|
+
"Path": {
|
|
12082
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-eksvolume-hostpath.html#cfn-batch-jobdefinition-eksvolume-hostpath-path",
|
|
12083
|
+
"PrimitiveType": "String",
|
|
12084
|
+
"Required": false,
|
|
12085
|
+
"UpdateType": "Mutable"
|
|
12086
|
+
}
|
|
12087
|
+
}
|
|
12088
|
+
},
|
|
11843
12089
|
"AWS::Batch::JobDefinition.LinuxParameters": {
|
|
11844
12090
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-containerproperties-linuxparameters.html",
|
|
11845
12091
|
"Properties": {
|
|
@@ -11982,6 +12228,43 @@
|
|
|
11982
12228
|
}
|
|
11983
12229
|
}
|
|
11984
12230
|
},
|
|
12231
|
+
"AWS::Batch::JobDefinition.PodProperties": {
|
|
12232
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-podproperties.html",
|
|
12233
|
+
"Properties": {
|
|
12234
|
+
"Containers": {
|
|
12235
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-podproperties.html#cfn-batch-jobdefinition-podproperties-containers",
|
|
12236
|
+
"ItemType": "EksContainer",
|
|
12237
|
+
"Required": false,
|
|
12238
|
+
"Type": "List",
|
|
12239
|
+
"UpdateType": "Mutable"
|
|
12240
|
+
},
|
|
12241
|
+
"DnsPolicy": {
|
|
12242
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-podproperties.html#cfn-batch-jobdefinition-podproperties-dnspolicy",
|
|
12243
|
+
"PrimitiveType": "String",
|
|
12244
|
+
"Required": false,
|
|
12245
|
+
"UpdateType": "Mutable"
|
|
12246
|
+
},
|
|
12247
|
+
"HostNetwork": {
|
|
12248
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-podproperties.html#cfn-batch-jobdefinition-podproperties-hostnetwork",
|
|
12249
|
+
"PrimitiveType": "Boolean",
|
|
12250
|
+
"Required": false,
|
|
12251
|
+
"UpdateType": "Mutable"
|
|
12252
|
+
},
|
|
12253
|
+
"ServiceAccountName": {
|
|
12254
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-podproperties.html#cfn-batch-jobdefinition-podproperties-serviceaccountname",
|
|
12255
|
+
"PrimitiveType": "String",
|
|
12256
|
+
"Required": false,
|
|
12257
|
+
"UpdateType": "Mutable"
|
|
12258
|
+
},
|
|
12259
|
+
"Volumes": {
|
|
12260
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-podproperties.html#cfn-batch-jobdefinition-podproperties-volumes",
|
|
12261
|
+
"ItemType": "EksVolume",
|
|
12262
|
+
"Required": false,
|
|
12263
|
+
"Type": "List",
|
|
12264
|
+
"UpdateType": "Mutable"
|
|
12265
|
+
}
|
|
12266
|
+
}
|
|
12267
|
+
},
|
|
11985
12268
|
"AWS::Batch::JobDefinition.ResourceRequirement": {
|
|
11986
12269
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-resourcerequirement.html",
|
|
11987
12270
|
"Properties": {
|
|
@@ -11999,6 +12282,23 @@
|
|
|
11999
12282
|
}
|
|
12000
12283
|
}
|
|
12001
12284
|
},
|
|
12285
|
+
"AWS::Batch::JobDefinition.Resources": {
|
|
12286
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-resources.html",
|
|
12287
|
+
"Properties": {
|
|
12288
|
+
"Limits": {
|
|
12289
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-resources.html#cfn-batch-jobdefinition-ekscontainer-resources-limits",
|
|
12290
|
+
"PrimitiveType": "Json",
|
|
12291
|
+
"Required": false,
|
|
12292
|
+
"UpdateType": "Mutable"
|
|
12293
|
+
},
|
|
12294
|
+
"Requests": {
|
|
12295
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-resources.html#cfn-batch-jobdefinition-ekscontainer-resources-requests",
|
|
12296
|
+
"PrimitiveType": "Json",
|
|
12297
|
+
"Required": false,
|
|
12298
|
+
"UpdateType": "Mutable"
|
|
12299
|
+
}
|
|
12300
|
+
}
|
|
12301
|
+
},
|
|
12002
12302
|
"AWS::Batch::JobDefinition.RetryStrategy": {
|
|
12003
12303
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-retrystrategy.html",
|
|
12004
12304
|
"Properties": {
|
|
@@ -12034,6 +12334,41 @@
|
|
|
12034
12334
|
}
|
|
12035
12335
|
}
|
|
12036
12336
|
},
|
|
12337
|
+
"AWS::Batch::JobDefinition.SecurityContext": {
|
|
12338
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-securitycontext.html",
|
|
12339
|
+
"Properties": {
|
|
12340
|
+
"Privileged": {
|
|
12341
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-securitycontext.html#cfn-batch-jobdefinition-ekscontainer-securitycontext-privileged",
|
|
12342
|
+
"PrimitiveType": "Boolean",
|
|
12343
|
+
"Required": false,
|
|
12344
|
+
"UpdateType": "Mutable"
|
|
12345
|
+
},
|
|
12346
|
+
"ReadOnlyRootFilesystem": {
|
|
12347
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-securitycontext.html#cfn-batch-jobdefinition-ekscontainer-securitycontext-readonlyrootfilesystem",
|
|
12348
|
+
"PrimitiveType": "Boolean",
|
|
12349
|
+
"Required": false,
|
|
12350
|
+
"UpdateType": "Mutable"
|
|
12351
|
+
},
|
|
12352
|
+
"RunAsGroup": {
|
|
12353
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-securitycontext.html#cfn-batch-jobdefinition-ekscontainer-securitycontext-runasgroup",
|
|
12354
|
+
"PrimitiveType": "Integer",
|
|
12355
|
+
"Required": false,
|
|
12356
|
+
"UpdateType": "Mutable"
|
|
12357
|
+
},
|
|
12358
|
+
"RunAsNonRoot": {
|
|
12359
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-securitycontext.html#cfn-batch-jobdefinition-ekscontainer-securitycontext-runasnonroot",
|
|
12360
|
+
"PrimitiveType": "Boolean",
|
|
12361
|
+
"Required": false,
|
|
12362
|
+
"UpdateType": "Mutable"
|
|
12363
|
+
},
|
|
12364
|
+
"RunAsUser": {
|
|
12365
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-ekscontainer-securitycontext.html#cfn-batch-jobdefinition-ekscontainer-securitycontext-runasuser",
|
|
12366
|
+
"PrimitiveType": "Integer",
|
|
12367
|
+
"Required": false,
|
|
12368
|
+
"UpdateType": "Mutable"
|
|
12369
|
+
}
|
|
12370
|
+
}
|
|
12371
|
+
},
|
|
12037
12372
|
"AWS::Batch::JobDefinition.Timeout": {
|
|
12038
12373
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-timeout.html",
|
|
12039
12374
|
"Properties": {
|
|
@@ -24354,7 +24689,7 @@
|
|
|
24354
24689
|
"Version": {
|
|
24355
24690
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest.html#cfn-ec2-ec2fleet-fleetlaunchtemplatespecificationrequest-version",
|
|
24356
24691
|
"PrimitiveType": "String",
|
|
24357
|
-
"Required":
|
|
24692
|
+
"Required": true,
|
|
24358
24693
|
"UpdateType": "Immutable"
|
|
24359
24694
|
}
|
|
24360
24695
|
}
|
|
@@ -24398,6 +24733,14 @@
|
|
|
24398
24733
|
"Type": "List",
|
|
24399
24734
|
"UpdateType": "Immutable"
|
|
24400
24735
|
},
|
|
24736
|
+
"AllowedInstanceTypes": {
|
|
24737
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-allowedinstancetypes",
|
|
24738
|
+
"DuplicatesAllowed": true,
|
|
24739
|
+
"PrimitiveItemType": "String",
|
|
24740
|
+
"Required": false,
|
|
24741
|
+
"Type": "List",
|
|
24742
|
+
"UpdateType": "Immutable"
|
|
24743
|
+
},
|
|
24401
24744
|
"BareMetal": {
|
|
24402
24745
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-baremetal",
|
|
24403
24746
|
"PrimitiveType": "String",
|
|
@@ -24466,6 +24809,12 @@
|
|
|
24466
24809
|
"Type": "MemoryMiBRequest",
|
|
24467
24810
|
"UpdateType": "Immutable"
|
|
24468
24811
|
},
|
|
24812
|
+
"NetworkBandwidthGbps": {
|
|
24813
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-networkbandwidthgbps",
|
|
24814
|
+
"Required": false,
|
|
24815
|
+
"Type": "NetworkBandwidthGbpsRequest",
|
|
24816
|
+
"UpdateType": "Immutable"
|
|
24817
|
+
},
|
|
24469
24818
|
"NetworkInterfaceCount": {
|
|
24470
24819
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-instancerequirementsrequest.html#cfn-ec2-ec2fleet-instancerequirementsrequest-networkinterfacecount",
|
|
24471
24820
|
"Required": false,
|
|
@@ -24549,6 +24898,23 @@
|
|
|
24549
24898
|
}
|
|
24550
24899
|
}
|
|
24551
24900
|
},
|
|
24901
|
+
"AWS::EC2::EC2Fleet.NetworkBandwidthGbpsRequest": {
|
|
24902
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkbandwidthgbpsrequest.html",
|
|
24903
|
+
"Properties": {
|
|
24904
|
+
"Max": {
|
|
24905
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkbandwidthgbpsrequest.html#cfn-ec2-ec2fleet-networkbandwidthgbpsrequest-max",
|
|
24906
|
+
"PrimitiveType": "Double",
|
|
24907
|
+
"Required": false,
|
|
24908
|
+
"UpdateType": "Immutable"
|
|
24909
|
+
},
|
|
24910
|
+
"Min": {
|
|
24911
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkbandwidthgbpsrequest.html#cfn-ec2-ec2fleet-networkbandwidthgbpsrequest-min",
|
|
24912
|
+
"PrimitiveType": "Double",
|
|
24913
|
+
"Required": false,
|
|
24914
|
+
"UpdateType": "Immutable"
|
|
24915
|
+
}
|
|
24916
|
+
}
|
|
24917
|
+
},
|
|
24552
24918
|
"AWS::EC2::EC2Fleet.NetworkInterfaceCountRequest": {
|
|
24553
24919
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-ec2fleet-networkinterfacecountrequest.html",
|
|
24554
24920
|
"Properties": {
|
|
@@ -25508,6 +25874,13 @@
|
|
|
25508
25874
|
"Type": "List",
|
|
25509
25875
|
"UpdateType": "Mutable"
|
|
25510
25876
|
},
|
|
25877
|
+
"AllowedInstanceTypes": {
|
|
25878
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancerequirements.html#cfn-ec2-launchtemplate-launchtemplatedata-instancerequirements-allowedinstancetypes",
|
|
25879
|
+
"PrimitiveItemType": "String",
|
|
25880
|
+
"Required": false,
|
|
25881
|
+
"Type": "List",
|
|
25882
|
+
"UpdateType": "Mutable"
|
|
25883
|
+
},
|
|
25511
25884
|
"BareMetal": {
|
|
25512
25885
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancerequirements.html#cfn-ec2-launchtemplate-launchtemplatedata-instancerequirements-baremetal",
|
|
25513
25886
|
"PrimitiveType": "String",
|
|
@@ -25572,6 +25945,12 @@
|
|
|
25572
25945
|
"Type": "MemoryMiB",
|
|
25573
25946
|
"UpdateType": "Mutable"
|
|
25574
25947
|
},
|
|
25948
|
+
"NetworkBandwidthGbps": {
|
|
25949
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancerequirements.html#cfn-ec2-launchtemplate-launchtemplatedata-instancerequirements-networkbandwidthgbps",
|
|
25950
|
+
"Required": false,
|
|
25951
|
+
"Type": "NetworkBandwidthGbps",
|
|
25952
|
+
"UpdateType": "Mutable"
|
|
25953
|
+
},
|
|
25575
25954
|
"NetworkInterfaceCount": {
|
|
25576
25955
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-instancerequirements.html#cfn-ec2-launchtemplate-launchtemplatedata-instancerequirements-networkinterfacecount",
|
|
25577
25956
|
"Required": false,
|
|
@@ -25979,6 +26358,23 @@
|
|
|
25979
26358
|
}
|
|
25980
26359
|
}
|
|
25981
26360
|
},
|
|
26361
|
+
"AWS::EC2::LaunchTemplate.NetworkBandwidthGbps": {
|
|
26362
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkbandwidthgbps.html",
|
|
26363
|
+
"Properties": {
|
|
26364
|
+
"Max": {
|
|
26365
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkbandwidthgbps.html#cfn-ec2-launchtemplate-networkbandwidthgbps-max",
|
|
26366
|
+
"PrimitiveType": "Double",
|
|
26367
|
+
"Required": false,
|
|
26368
|
+
"UpdateType": "Mutable"
|
|
26369
|
+
},
|
|
26370
|
+
"Min": {
|
|
26371
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkbandwidthgbps.html#cfn-ec2-launchtemplate-networkbandwidthgbps-min",
|
|
26372
|
+
"PrimitiveType": "Double",
|
|
26373
|
+
"Required": false,
|
|
26374
|
+
"UpdateType": "Mutable"
|
|
26375
|
+
}
|
|
26376
|
+
}
|
|
26377
|
+
},
|
|
25982
26378
|
"AWS::EC2::LaunchTemplate.NetworkInterface": {
|
|
25983
26379
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-networkinterface.html",
|
|
25984
26380
|
"Properties": {
|
|
@@ -26135,6 +26531,12 @@
|
|
|
26135
26531
|
"Required": false,
|
|
26136
26532
|
"UpdateType": "Mutable"
|
|
26137
26533
|
},
|
|
26534
|
+
"GroupId": {
|
|
26535
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupid",
|
|
26536
|
+
"PrimitiveType": "String",
|
|
26537
|
+
"Required": false,
|
|
26538
|
+
"UpdateType": "Mutable"
|
|
26539
|
+
},
|
|
26138
26540
|
"GroupName": {
|
|
26139
26541
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-launchtemplate-launchtemplatedata-placement.html#cfn-ec2-launchtemplate-launchtemplatedata-placement-groupname",
|
|
26140
26542
|
"PrimitiveType": "String",
|
|
@@ -27713,6 +28115,14 @@
|
|
|
27713
28115
|
"Type": "List",
|
|
27714
28116
|
"UpdateType": "Immutable"
|
|
27715
28117
|
},
|
|
28118
|
+
"AllowedInstanceTypes": {
|
|
28119
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancerequirementsrequest.html#cfn-ec2-spotfleet-instancerequirementsrequest-allowedinstancetypes",
|
|
28120
|
+
"DuplicatesAllowed": true,
|
|
28121
|
+
"PrimitiveItemType": "String",
|
|
28122
|
+
"Required": false,
|
|
28123
|
+
"Type": "List",
|
|
28124
|
+
"UpdateType": "Immutable"
|
|
28125
|
+
},
|
|
27716
28126
|
"BareMetal": {
|
|
27717
28127
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancerequirementsrequest.html#cfn-ec2-spotfleet-instancerequirementsrequest-baremetal",
|
|
27718
28128
|
"PrimitiveType": "String",
|
|
@@ -27781,6 +28191,12 @@
|
|
|
27781
28191
|
"Type": "MemoryMiBRequest",
|
|
27782
28192
|
"UpdateType": "Immutable"
|
|
27783
28193
|
},
|
|
28194
|
+
"NetworkBandwidthGbps": {
|
|
28195
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancerequirementsrequest.html#cfn-ec2-spotfleet-instancerequirementsrequest-networkbandwidthgbps",
|
|
28196
|
+
"Required": false,
|
|
28197
|
+
"Type": "NetworkBandwidthGbpsRequest",
|
|
28198
|
+
"UpdateType": "Immutable"
|
|
28199
|
+
},
|
|
27784
28200
|
"NetworkInterfaceCount": {
|
|
27785
28201
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-instancerequirementsrequest.html#cfn-ec2-spotfleet-instancerequirementsrequest-networkinterfacecount",
|
|
27786
28202
|
"Required": false,
|
|
@@ -27936,6 +28352,23 @@
|
|
|
27936
28352
|
}
|
|
27937
28353
|
}
|
|
27938
28354
|
},
|
|
28355
|
+
"AWS::EC2::SpotFleet.NetworkBandwidthGbpsRequest": {
|
|
28356
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-networkbandwidthgbpsrequest.html",
|
|
28357
|
+
"Properties": {
|
|
28358
|
+
"Max": {
|
|
28359
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-networkbandwidthgbpsrequest.html#cfn-ec2-spotfleet-networkbandwidthgbpsrequest-max",
|
|
28360
|
+
"PrimitiveType": "Double",
|
|
28361
|
+
"Required": false,
|
|
28362
|
+
"UpdateType": "Immutable"
|
|
28363
|
+
},
|
|
28364
|
+
"Min": {
|
|
28365
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-networkbandwidthgbpsrequest.html#cfn-ec2-spotfleet-networkbandwidthgbpsrequest-min",
|
|
28366
|
+
"PrimitiveType": "Double",
|
|
28367
|
+
"Required": false,
|
|
28368
|
+
"UpdateType": "Immutable"
|
|
28369
|
+
}
|
|
28370
|
+
}
|
|
28371
|
+
},
|
|
27939
28372
|
"AWS::EC2::SpotFleet.NetworkInterfaceCountRequest": {
|
|
27940
28373
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-networkinterfacecountrequest.html",
|
|
27941
28374
|
"Properties": {
|
|
@@ -28222,6 +28655,14 @@
|
|
|
28222
28655
|
"Required": false,
|
|
28223
28656
|
"UpdateType": "Immutable"
|
|
28224
28657
|
},
|
|
28658
|
+
"TagSpecifications": {
|
|
28659
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-tagspecifications",
|
|
28660
|
+
"DuplicatesAllowed": false,
|
|
28661
|
+
"ItemType": "SpotFleetTagSpecification",
|
|
28662
|
+
"Required": false,
|
|
28663
|
+
"Type": "List",
|
|
28664
|
+
"UpdateType": "Immutable"
|
|
28665
|
+
},
|
|
28225
28666
|
"TargetCapacity": {
|
|
28226
28667
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-spotfleetrequestconfigdata.html#cfn-ec2-spotfleet-spotfleetrequestconfigdata-targetcapacity",
|
|
28227
28668
|
"PrimitiveType": "Integer",
|
|
@@ -30057,6 +30498,17 @@
|
|
|
30057
30498
|
}
|
|
30058
30499
|
}
|
|
30059
30500
|
},
|
|
30501
|
+
"AWS::EKS::Cluster.ControlPlanePlacement": {
|
|
30502
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplaneplacement.html",
|
|
30503
|
+
"Properties": {
|
|
30504
|
+
"GroupName": {
|
|
30505
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-controlplaneplacement.html#cfn-eks-cluster-controlplaneplacement-groupname",
|
|
30506
|
+
"PrimitiveType": "String",
|
|
30507
|
+
"Required": false,
|
|
30508
|
+
"UpdateType": "Immutable"
|
|
30509
|
+
}
|
|
30510
|
+
}
|
|
30511
|
+
},
|
|
30060
30512
|
"AWS::EKS::Cluster.EncryptionConfig": {
|
|
30061
30513
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-encryptionconfig.html",
|
|
30062
30514
|
"Properties": {
|
|
@@ -30129,6 +30581,12 @@
|
|
|
30129
30581
|
"Required": true,
|
|
30130
30582
|
"UpdateType": "Immutable"
|
|
30131
30583
|
},
|
|
30584
|
+
"ControlPlanePlacement": {
|
|
30585
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-outpostconfig.html#cfn-eks-cluster-outpostconfig-controlplaneplacement",
|
|
30586
|
+
"Required": false,
|
|
30587
|
+
"Type": "ControlPlanePlacement",
|
|
30588
|
+
"UpdateType": "Immutable"
|
|
30589
|
+
},
|
|
30132
30590
|
"OutpostArns": {
|
|
30133
30591
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-eks-cluster-outpostconfig.html#cfn-eks-cluster-outpostconfig-outpostarns",
|
|
30134
30592
|
"PrimitiveItemType": "String",
|
|
@@ -32325,28 +32783,28 @@
|
|
|
32325
32783
|
}
|
|
32326
32784
|
},
|
|
32327
32785
|
"AWS::ElasticBeanstalk::Environment.OptionSetting": {
|
|
32328
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32786
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-optionsetting.html",
|
|
32329
32787
|
"Properties": {
|
|
32330
32788
|
"Namespace": {
|
|
32331
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32789
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-optionsetting.html#cfn-elasticbeanstalk-environment-optionsetting-namespace",
|
|
32332
32790
|
"PrimitiveType": "String",
|
|
32333
32791
|
"Required": true,
|
|
32334
32792
|
"UpdateType": "Mutable"
|
|
32335
32793
|
},
|
|
32336
32794
|
"OptionName": {
|
|
32337
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32795
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-optionsetting.html#cfn-elasticbeanstalk-environment-optionsetting-optionname",
|
|
32338
32796
|
"PrimitiveType": "String",
|
|
32339
32797
|
"Required": true,
|
|
32340
32798
|
"UpdateType": "Mutable"
|
|
32341
32799
|
},
|
|
32342
32800
|
"ResourceName": {
|
|
32343
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32801
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-optionsetting.html#cfn-elasticbeanstalk-environment-optionsetting-resourcename",
|
|
32344
32802
|
"PrimitiveType": "String",
|
|
32345
32803
|
"Required": false,
|
|
32346
32804
|
"UpdateType": "Mutable"
|
|
32347
32805
|
},
|
|
32348
32806
|
"Value": {
|
|
32349
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32807
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-optionsetting.html#cfn-elasticbeanstalk-environment-optionsetting-value",
|
|
32350
32808
|
"PrimitiveType": "String",
|
|
32351
32809
|
"Required": false,
|
|
32352
32810
|
"UpdateType": "Mutable"
|
|
@@ -32354,22 +32812,22 @@
|
|
|
32354
32812
|
}
|
|
32355
32813
|
},
|
|
32356
32814
|
"AWS::ElasticBeanstalk::Environment.Tier": {
|
|
32357
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32815
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-tier.html",
|
|
32358
32816
|
"Properties": {
|
|
32359
32817
|
"Name": {
|
|
32360
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32818
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-tier.html#cfn-elasticbeanstalk-environment-tier-name",
|
|
32361
32819
|
"PrimitiveType": "String",
|
|
32362
32820
|
"Required": false,
|
|
32363
32821
|
"UpdateType": "Immutable"
|
|
32364
32822
|
},
|
|
32365
32823
|
"Type": {
|
|
32366
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32824
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-tier.html#cfn-elasticbeanstalk-environment-tier-type",
|
|
32367
32825
|
"PrimitiveType": "String",
|
|
32368
32826
|
"Required": false,
|
|
32369
32827
|
"UpdateType": "Immutable"
|
|
32370
32828
|
},
|
|
32371
32829
|
"Version": {
|
|
32372
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-
|
|
32830
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticbeanstalk-environment-tier.html#cfn-elasticbeanstalk-environment-tier-version",
|
|
32373
32831
|
"PrimitiveType": "String",
|
|
32374
32832
|
"Required": false,
|
|
32375
32833
|
"UpdateType": "Mutable"
|
|
@@ -43379,6 +43837,12 @@
|
|
|
43379
43837
|
"AWS::IoT::TopicRule.RepublishAction": {
|
|
43380
43838
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html",
|
|
43381
43839
|
"Properties": {
|
|
43840
|
+
"Headers": {
|
|
43841
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-headers",
|
|
43842
|
+
"Required": false,
|
|
43843
|
+
"Type": "RepublishActionHeaders",
|
|
43844
|
+
"UpdateType": "Mutable"
|
|
43845
|
+
},
|
|
43382
43846
|
"Qos": {
|
|
43383
43847
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishaction.html#cfn-iot-topicrule-republishaction-qos",
|
|
43384
43848
|
"PrimitiveType": "Integer",
|
|
@@ -43399,6 +43863,48 @@
|
|
|
43399
43863
|
}
|
|
43400
43864
|
}
|
|
43401
43865
|
},
|
|
43866
|
+
"AWS::IoT::TopicRule.RepublishActionHeaders": {
|
|
43867
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishactionheaders.html",
|
|
43868
|
+
"Properties": {
|
|
43869
|
+
"ContentType": {
|
|
43870
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishactionheaders.html#cfn-iot-topicrule-republishactionheaders-contenttype",
|
|
43871
|
+
"PrimitiveType": "String",
|
|
43872
|
+
"Required": false,
|
|
43873
|
+
"UpdateType": "Mutable"
|
|
43874
|
+
},
|
|
43875
|
+
"CorrelationData": {
|
|
43876
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishactionheaders.html#cfn-iot-topicrule-republishactionheaders-correlationdata",
|
|
43877
|
+
"PrimitiveType": "String",
|
|
43878
|
+
"Required": false,
|
|
43879
|
+
"UpdateType": "Mutable"
|
|
43880
|
+
},
|
|
43881
|
+
"MessageExpiry": {
|
|
43882
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishactionheaders.html#cfn-iot-topicrule-republishactionheaders-messageexpiry",
|
|
43883
|
+
"PrimitiveType": "String",
|
|
43884
|
+
"Required": false,
|
|
43885
|
+
"UpdateType": "Mutable"
|
|
43886
|
+
},
|
|
43887
|
+
"PayloadFormatIndicator": {
|
|
43888
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishactionheaders.html#cfn-iot-topicrule-republishactionheaders-payloadformatindicator",
|
|
43889
|
+
"PrimitiveType": "String",
|
|
43890
|
+
"Required": false,
|
|
43891
|
+
"UpdateType": "Mutable"
|
|
43892
|
+
},
|
|
43893
|
+
"ResponseTopic": {
|
|
43894
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishactionheaders.html#cfn-iot-topicrule-republishactionheaders-responsetopic",
|
|
43895
|
+
"PrimitiveType": "String",
|
|
43896
|
+
"Required": false,
|
|
43897
|
+
"UpdateType": "Mutable"
|
|
43898
|
+
},
|
|
43899
|
+
"UserProperties": {
|
|
43900
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-republishactionheaders.html#cfn-iot-topicrule-republishactionheaders-userproperties",
|
|
43901
|
+
"ItemType": "UserProperty",
|
|
43902
|
+
"Required": false,
|
|
43903
|
+
"Type": "List",
|
|
43904
|
+
"UpdateType": "Mutable"
|
|
43905
|
+
}
|
|
43906
|
+
}
|
|
43907
|
+
},
|
|
43402
43908
|
"AWS::IoT::TopicRule.S3Action": {
|
|
43403
43909
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-s3action.html",
|
|
43404
43910
|
"Properties": {
|
|
@@ -43649,6 +44155,23 @@
|
|
|
43649
44155
|
}
|
|
43650
44156
|
}
|
|
43651
44157
|
},
|
|
44158
|
+
"AWS::IoT::TopicRule.UserProperty": {
|
|
44159
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-userproperty.html",
|
|
44160
|
+
"Properties": {
|
|
44161
|
+
"Key": {
|
|
44162
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-userproperty.html#cfn-iot-topicrule-userproperty-key",
|
|
44163
|
+
"PrimitiveType": "String",
|
|
44164
|
+
"Required": true,
|
|
44165
|
+
"UpdateType": "Mutable"
|
|
44166
|
+
},
|
|
44167
|
+
"Value": {
|
|
44168
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicrule-userproperty.html#cfn-iot-topicrule-userproperty-value",
|
|
44169
|
+
"PrimitiveType": "String",
|
|
44170
|
+
"Required": true,
|
|
44171
|
+
"UpdateType": "Mutable"
|
|
44172
|
+
}
|
|
44173
|
+
}
|
|
44174
|
+
},
|
|
43652
44175
|
"AWS::IoT::TopicRuleDestination.HttpUrlDestinationSummary": {
|
|
43653
44176
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-topicruledestination-httpurldestinationsummary.html",
|
|
43654
44177
|
"Properties": {
|
|
@@ -62694,6 +63217,12 @@
|
|
|
62694
63217
|
"Type": "HlsEncryption",
|
|
62695
63218
|
"UpdateType": "Mutable"
|
|
62696
63219
|
},
|
|
63220
|
+
"IncludeDvbSubtitles": {
|
|
63221
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-originendpoint-hlspackage.html#cfn-mediapackage-originendpoint-hlspackage-includedvbsubtitles",
|
|
63222
|
+
"PrimitiveType": "Boolean",
|
|
63223
|
+
"Required": false,
|
|
63224
|
+
"UpdateType": "Mutable"
|
|
63225
|
+
},
|
|
62697
63226
|
"IncludeIframeOnlyStream": {
|
|
62698
63227
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-originendpoint-hlspackage.html#cfn-mediapackage-originendpoint-hlspackage-includeiframeonlystream",
|
|
62699
63228
|
"PrimitiveType": "Boolean",
|
|
@@ -62979,6 +63508,23 @@
|
|
|
62979
63508
|
}
|
|
62980
63509
|
}
|
|
62981
63510
|
},
|
|
63511
|
+
"AWS::MediaPackage::PackagingConfiguration.EncryptionContractConfiguration": {
|
|
63512
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-encryptioncontractconfiguration.html",
|
|
63513
|
+
"Properties": {
|
|
63514
|
+
"PresetSpeke20Audio": {
|
|
63515
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-encryptioncontractconfiguration.html#cfn-mediapackage-packagingconfiguration-encryptioncontractconfiguration-presetspeke20audio",
|
|
63516
|
+
"PrimitiveType": "String",
|
|
63517
|
+
"Required": true,
|
|
63518
|
+
"UpdateType": "Mutable"
|
|
63519
|
+
},
|
|
63520
|
+
"PresetSpeke20Video": {
|
|
63521
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-encryptioncontractconfiguration.html#cfn-mediapackage-packagingconfiguration-encryptioncontractconfiguration-presetspeke20video",
|
|
63522
|
+
"PrimitiveType": "String",
|
|
63523
|
+
"Required": true,
|
|
63524
|
+
"UpdateType": "Mutable"
|
|
63525
|
+
}
|
|
63526
|
+
}
|
|
63527
|
+
},
|
|
62982
63528
|
"AWS::MediaPackage::PackagingConfiguration.HlsEncryption": {
|
|
62983
63529
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-hlsencryption.html",
|
|
62984
63530
|
"Properties": {
|
|
@@ -63059,6 +63605,12 @@
|
|
|
63059
63605
|
"Type": "List",
|
|
63060
63606
|
"UpdateType": "Mutable"
|
|
63061
63607
|
},
|
|
63608
|
+
"IncludeDvbSubtitles": {
|
|
63609
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-hlspackage.html#cfn-mediapackage-packagingconfiguration-hlspackage-includedvbsubtitles",
|
|
63610
|
+
"PrimitiveType": "Boolean",
|
|
63611
|
+
"Required": false,
|
|
63612
|
+
"UpdateType": "Mutable"
|
|
63613
|
+
},
|
|
63062
63614
|
"SegmentDurationSeconds": {
|
|
63063
63615
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-hlspackage.html#cfn-mediapackage-packagingconfiguration-hlspackage-segmentdurationseconds",
|
|
63064
63616
|
"PrimitiveType": "Integer",
|
|
@@ -63128,6 +63680,12 @@
|
|
|
63128
63680
|
"AWS::MediaPackage::PackagingConfiguration.SpekeKeyProvider": {
|
|
63129
63681
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-spekekeyprovider.html",
|
|
63130
63682
|
"Properties": {
|
|
63683
|
+
"EncryptionContractConfiguration": {
|
|
63684
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-spekekeyprovider.html#cfn-mediapackage-packagingconfiguration-spekekeyprovider-encryptioncontractconfiguration",
|
|
63685
|
+
"Required": false,
|
|
63686
|
+
"Type": "EncryptionContractConfiguration",
|
|
63687
|
+
"UpdateType": "Mutable"
|
|
63688
|
+
},
|
|
63131
63689
|
"RoleArn": {
|
|
63132
63690
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediapackage-packagingconfiguration-spekekeyprovider.html#cfn-mediapackage-packagingconfiguration-spekekeyprovider-rolearn",
|
|
63133
63691
|
"PrimitiveType": "String",
|
|
@@ -63565,9 +64123,26 @@
|
|
|
63565
64123
|
}
|
|
63566
64124
|
}
|
|
63567
64125
|
},
|
|
64126
|
+
"AWS::NetworkFirewall::FirewallPolicy.StatefulRuleGroupOverride": {
|
|
64127
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupoverride.html",
|
|
64128
|
+
"Properties": {
|
|
64129
|
+
"Action": {
|
|
64130
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupoverride.html#cfn-networkfirewall-firewallpolicy-statefulrulegroupoverride-action",
|
|
64131
|
+
"PrimitiveType": "String",
|
|
64132
|
+
"Required": false,
|
|
64133
|
+
"UpdateType": "Mutable"
|
|
64134
|
+
}
|
|
64135
|
+
}
|
|
64136
|
+
},
|
|
63568
64137
|
"AWS::NetworkFirewall::FirewallPolicy.StatefulRuleGroupReference": {
|
|
63569
64138
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupreference.html",
|
|
63570
64139
|
"Properties": {
|
|
64140
|
+
"Override": {
|
|
64141
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupreference.html#cfn-networkfirewall-firewallpolicy-statefulrulegroupreference-override",
|
|
64142
|
+
"Required": false,
|
|
64143
|
+
"Type": "StatefulRuleGroupOverride",
|
|
64144
|
+
"UpdateType": "Mutable"
|
|
64145
|
+
},
|
|
63571
64146
|
"Priority": {
|
|
63572
64147
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-firewallpolicy-statefulrulegroupreference.html#cfn-networkfirewall-firewallpolicy-statefulrulegroupreference-priority",
|
|
63573
64148
|
"PrimitiveType": "Integer",
|
|
@@ -68221,6 +68796,12 @@
|
|
|
68221
68796
|
"Required": false,
|
|
68222
68797
|
"Type": "CredentialPair",
|
|
68223
68798
|
"UpdateType": "Mutable"
|
|
68799
|
+
},
|
|
68800
|
+
"SecretArn": {
|
|
68801
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-datasourcecredentials.html#cfn-quicksight-datasource-datasourcecredentials-secretarn",
|
|
68802
|
+
"PrimitiveType": "String",
|
|
68803
|
+
"Required": false,
|
|
68804
|
+
"UpdateType": "Mutable"
|
|
68224
68805
|
}
|
|
68225
68806
|
}
|
|
68226
68807
|
},
|
|
@@ -69072,6 +69653,12 @@
|
|
|
69072
69653
|
"PrimitiveType": "Integer",
|
|
69073
69654
|
"Required": false,
|
|
69074
69655
|
"UpdateType": "Mutable"
|
|
69656
|
+
},
|
|
69657
|
+
"TimeoutAction": {
|
|
69658
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-dbcluster-scalingconfiguration.html#cfn-rds-dbcluster-scalingconfiguration-timeoutaction",
|
|
69659
|
+
"PrimitiveType": "String",
|
|
69660
|
+
"Required": false,
|
|
69661
|
+
"UpdateType": "Mutable"
|
|
69075
69662
|
}
|
|
69076
69663
|
}
|
|
69077
69664
|
},
|
|
@@ -69394,6 +69981,14 @@
|
|
|
69394
69981
|
"Type": "List",
|
|
69395
69982
|
"UpdateType": "Mutable"
|
|
69396
69983
|
},
|
|
69984
|
+
"MetricDestinations": {
|
|
69985
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-appmonitorconfiguration.html#cfn-rum-appmonitor-appmonitorconfiguration-metricdestinations",
|
|
69986
|
+
"DuplicatesAllowed": false,
|
|
69987
|
+
"ItemType": "MetricDestination",
|
|
69988
|
+
"Required": false,
|
|
69989
|
+
"Type": "List",
|
|
69990
|
+
"UpdateType": "Mutable"
|
|
69991
|
+
},
|
|
69397
69992
|
"SessionSampleRate": {
|
|
69398
69993
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-appmonitorconfiguration.html#cfn-rum-appmonitor-appmonitorconfiguration-sessionsamplerate",
|
|
69399
69994
|
"PrimitiveType": "Double",
|
|
@@ -69409,6 +70004,73 @@
|
|
|
69409
70004
|
}
|
|
69410
70005
|
}
|
|
69411
70006
|
},
|
|
70007
|
+
"AWS::RUM::AppMonitor.MetricDefinition": {
|
|
70008
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html",
|
|
70009
|
+
"Properties": {
|
|
70010
|
+
"DimensionKeys": {
|
|
70011
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html#cfn-rum-appmonitor-metricdefinition-dimensionkeys",
|
|
70012
|
+
"PrimitiveItemType": "String",
|
|
70013
|
+
"Required": false,
|
|
70014
|
+
"Type": "Map",
|
|
70015
|
+
"UpdateType": "Mutable"
|
|
70016
|
+
},
|
|
70017
|
+
"EventPattern": {
|
|
70018
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html#cfn-rum-appmonitor-metricdefinition-eventpattern",
|
|
70019
|
+
"PrimitiveType": "String",
|
|
70020
|
+
"Required": false,
|
|
70021
|
+
"UpdateType": "Mutable"
|
|
70022
|
+
},
|
|
70023
|
+
"Name": {
|
|
70024
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html#cfn-rum-appmonitor-metricdefinition-name",
|
|
70025
|
+
"PrimitiveType": "String",
|
|
70026
|
+
"Required": true,
|
|
70027
|
+
"UpdateType": "Mutable"
|
|
70028
|
+
},
|
|
70029
|
+
"UnitLabel": {
|
|
70030
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html#cfn-rum-appmonitor-metricdefinition-unitlabel",
|
|
70031
|
+
"PrimitiveType": "String",
|
|
70032
|
+
"Required": false,
|
|
70033
|
+
"UpdateType": "Mutable"
|
|
70034
|
+
},
|
|
70035
|
+
"ValueKey": {
|
|
70036
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html#cfn-rum-appmonitor-metricdefinition-valuekey",
|
|
70037
|
+
"PrimitiveType": "String",
|
|
70038
|
+
"Required": false,
|
|
70039
|
+
"UpdateType": "Mutable"
|
|
70040
|
+
}
|
|
70041
|
+
}
|
|
70042
|
+
},
|
|
70043
|
+
"AWS::RUM::AppMonitor.MetricDestination": {
|
|
70044
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdestination.html",
|
|
70045
|
+
"Properties": {
|
|
70046
|
+
"Destination": {
|
|
70047
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdestination.html#cfn-rum-appmonitor-metricdestination-destination",
|
|
70048
|
+
"PrimitiveType": "String",
|
|
70049
|
+
"Required": true,
|
|
70050
|
+
"UpdateType": "Mutable"
|
|
70051
|
+
},
|
|
70052
|
+
"DestinationArn": {
|
|
70053
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdestination.html#cfn-rum-appmonitor-metricdestination-destinationarn",
|
|
70054
|
+
"PrimitiveType": "String",
|
|
70055
|
+
"Required": false,
|
|
70056
|
+
"UpdateType": "Mutable"
|
|
70057
|
+
},
|
|
70058
|
+
"IamRoleArn": {
|
|
70059
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdestination.html#cfn-rum-appmonitor-metricdestination-iamrolearn",
|
|
70060
|
+
"PrimitiveType": "String",
|
|
70061
|
+
"Required": false,
|
|
70062
|
+
"UpdateType": "Mutable"
|
|
70063
|
+
},
|
|
70064
|
+
"MetricDefinitions": {
|
|
70065
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdestination.html#cfn-rum-appmonitor-metricdestination-metricdefinitions",
|
|
70066
|
+
"DuplicatesAllowed": false,
|
|
70067
|
+
"ItemType": "MetricDefinition",
|
|
70068
|
+
"Required": false,
|
|
70069
|
+
"Type": "List",
|
|
70070
|
+
"UpdateType": "Mutable"
|
|
70071
|
+
}
|
|
70072
|
+
}
|
|
70073
|
+
},
|
|
69412
70074
|
"AWS::Redshift::Cluster.Endpoint": {
|
|
69413
70075
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-cluster-endpoint.html",
|
|
69414
70076
|
"Properties": {
|
|
@@ -69773,15 +70435,15 @@
|
|
|
69773
70435
|
"Properties": {
|
|
69774
70436
|
"X": {
|
|
69775
70437
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-point.html#cfn-rekognition-streamprocessor-x",
|
|
69776
|
-
"PrimitiveType": "
|
|
70438
|
+
"PrimitiveType": "Integer",
|
|
69777
70439
|
"Required": true,
|
|
69778
|
-
"UpdateType": "
|
|
70440
|
+
"UpdateType": "Mutable"
|
|
69779
70441
|
},
|
|
69780
70442
|
"Y": {
|
|
69781
70443
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rekognition-streamprocessor-point.html#cfn-rekognition-streamprocessor-y",
|
|
69782
|
-
"PrimitiveType": "
|
|
70444
|
+
"PrimitiveType": "Integer",
|
|
69783
70445
|
"Required": true,
|
|
69784
|
-
"UpdateType": "
|
|
70446
|
+
"UpdateType": "Mutable"
|
|
69785
70447
|
}
|
|
69786
70448
|
}
|
|
69787
70449
|
},
|
|
@@ -69896,6 +70558,28 @@
|
|
|
69896
70558
|
}
|
|
69897
70559
|
}
|
|
69898
70560
|
},
|
|
70561
|
+
"AWS::ResourceExplorer2::View.Filters": {
|
|
70562
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-filters.html",
|
|
70563
|
+
"Properties": {
|
|
70564
|
+
"FilterString": {
|
|
70565
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-filters.html#cfn-resourceexplorer2-view-filters-filterstring",
|
|
70566
|
+
"PrimitiveType": "String",
|
|
70567
|
+
"Required": true,
|
|
70568
|
+
"UpdateType": "Mutable"
|
|
70569
|
+
}
|
|
70570
|
+
}
|
|
70571
|
+
},
|
|
70572
|
+
"AWS::ResourceExplorer2::View.IncludedProperty": {
|
|
70573
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-includedproperty.html",
|
|
70574
|
+
"Properties": {
|
|
70575
|
+
"Name": {
|
|
70576
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourceexplorer2-view-includedproperty.html#cfn-resourceexplorer2-view-includedproperty-name",
|
|
70577
|
+
"PrimitiveType": "String",
|
|
70578
|
+
"Required": true,
|
|
70579
|
+
"UpdateType": "Mutable"
|
|
70580
|
+
}
|
|
70581
|
+
}
|
|
70582
|
+
},
|
|
69899
70583
|
"AWS::ResourceGroups::Group.ConfigurationItem": {
|
|
69900
70584
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resourcegroups-group-configurationitem.html",
|
|
69901
70585
|
"Properties": {
|
|
@@ -72592,6 +73276,17 @@
|
|
|
72592
73276
|
}
|
|
72593
73277
|
}
|
|
72594
73278
|
},
|
|
73279
|
+
"AWS::SES::ConfigurationSet.DashboardOptions": {
|
|
73280
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-dashboardoptions.html",
|
|
73281
|
+
"Properties": {
|
|
73282
|
+
"EngagementMetrics": {
|
|
73283
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-dashboardoptions.html#cfn-ses-configurationset-dashboardoptions-engagementmetrics",
|
|
73284
|
+
"PrimitiveType": "String",
|
|
73285
|
+
"Required": true,
|
|
73286
|
+
"UpdateType": "Mutable"
|
|
73287
|
+
}
|
|
73288
|
+
}
|
|
73289
|
+
},
|
|
72595
73290
|
"AWS::SES::ConfigurationSet.DeliveryOptions": {
|
|
72596
73291
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-deliveryoptions.html",
|
|
72597
73292
|
"Properties": {
|
|
@@ -72609,6 +73304,17 @@
|
|
|
72609
73304
|
}
|
|
72610
73305
|
}
|
|
72611
73306
|
},
|
|
73307
|
+
"AWS::SES::ConfigurationSet.GuardianOptions": {
|
|
73308
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-guardianoptions.html",
|
|
73309
|
+
"Properties": {
|
|
73310
|
+
"OptimizedSharedDelivery": {
|
|
73311
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-guardianoptions.html#cfn-ses-configurationset-guardianoptions-optimizedshareddelivery",
|
|
73312
|
+
"PrimitiveType": "String",
|
|
73313
|
+
"Required": true,
|
|
73314
|
+
"UpdateType": "Mutable"
|
|
73315
|
+
}
|
|
73316
|
+
}
|
|
73317
|
+
},
|
|
72612
73318
|
"AWS::SES::ConfigurationSet.ReputationOptions": {
|
|
72613
73319
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-reputationoptions.html",
|
|
72614
73320
|
"Properties": {
|
|
@@ -72655,6 +73361,23 @@
|
|
|
72655
73361
|
}
|
|
72656
73362
|
}
|
|
72657
73363
|
},
|
|
73364
|
+
"AWS::SES::ConfigurationSet.VdmOptions": {
|
|
73365
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-vdmoptions.html",
|
|
73366
|
+
"Properties": {
|
|
73367
|
+
"DashboardOptions": {
|
|
73368
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-vdmoptions.html#cfn-ses-configurationset-vdmoptions-dashboardoptions",
|
|
73369
|
+
"Required": false,
|
|
73370
|
+
"Type": "DashboardOptions",
|
|
73371
|
+
"UpdateType": "Mutable"
|
|
73372
|
+
},
|
|
73373
|
+
"GuardianOptions": {
|
|
73374
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-vdmoptions.html#cfn-ses-configurationset-vdmoptions-guardianoptions",
|
|
73375
|
+
"Required": false,
|
|
73376
|
+
"Type": "GuardianOptions",
|
|
73377
|
+
"UpdateType": "Mutable"
|
|
73378
|
+
}
|
|
73379
|
+
}
|
|
73380
|
+
},
|
|
72658
73381
|
"AWS::SES::ConfigurationSetEventDestination.CloudWatchDestination": {
|
|
72659
73382
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationseteventdestination-cloudwatchdestination.html",
|
|
72660
73383
|
"Properties": {
|
|
@@ -73172,6 +73895,28 @@
|
|
|
73172
73895
|
}
|
|
73173
73896
|
}
|
|
73174
73897
|
},
|
|
73898
|
+
"AWS::SES::VdmAttributes.DashboardAttributes": {
|
|
73899
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-dashboardattributes.html",
|
|
73900
|
+
"Properties": {
|
|
73901
|
+
"EngagementMetrics": {
|
|
73902
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-dashboardattributes.html#cfn-ses-vdmattributes-dashboardattributes-engagementmetrics",
|
|
73903
|
+
"PrimitiveType": "String",
|
|
73904
|
+
"Required": false,
|
|
73905
|
+
"UpdateType": "Mutable"
|
|
73906
|
+
}
|
|
73907
|
+
}
|
|
73908
|
+
},
|
|
73909
|
+
"AWS::SES::VdmAttributes.GuardianAttributes": {
|
|
73910
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-guardianattributes.html",
|
|
73911
|
+
"Properties": {
|
|
73912
|
+
"OptimizedSharedDelivery": {
|
|
73913
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-vdmattributes-guardianattributes.html#cfn-ses-vdmattributes-guardianattributes-optimizedshareddelivery",
|
|
73914
|
+
"PrimitiveType": "String",
|
|
73915
|
+
"Required": false,
|
|
73916
|
+
"UpdateType": "Mutable"
|
|
73917
|
+
}
|
|
73918
|
+
}
|
|
73919
|
+
},
|
|
73175
73920
|
"AWS::SNS::Topic.Subscription": {
|
|
73176
73921
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sns-topic-subscription.html",
|
|
73177
73922
|
"Properties": {
|
|
@@ -75347,13 +76092,13 @@
|
|
|
75347
76092
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-featuredefinition.html#cfn-sagemaker-featuregroup-featuredefinition-featurename",
|
|
75348
76093
|
"PrimitiveType": "String",
|
|
75349
76094
|
"Required": true,
|
|
75350
|
-
"UpdateType": "
|
|
76095
|
+
"UpdateType": "Mutable"
|
|
75351
76096
|
},
|
|
75352
76097
|
"FeatureType": {
|
|
75353
76098
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-featuregroup-featuredefinition.html#cfn-sagemaker-featuregroup-featuredefinition-featuretype",
|
|
75354
76099
|
"PrimitiveType": "String",
|
|
75355
76100
|
"Required": true,
|
|
75356
|
-
"UpdateType": "
|
|
76101
|
+
"UpdateType": "Mutable"
|
|
75357
76102
|
}
|
|
75358
76103
|
}
|
|
75359
76104
|
},
|
|
@@ -78151,6 +78896,376 @@
|
|
|
78151
78896
|
}
|
|
78152
78897
|
}
|
|
78153
78898
|
},
|
|
78899
|
+
"AWS::Scheduler::Schedule.AwsVpcConfiguration": {
|
|
78900
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-awsvpcconfiguration.html",
|
|
78901
|
+
"Properties": {
|
|
78902
|
+
"AssignPublicIp": {
|
|
78903
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-awsvpcconfiguration.html#cfn-scheduler-schedule-awsvpcconfiguration-assignpublicip",
|
|
78904
|
+
"PrimitiveType": "String",
|
|
78905
|
+
"Required": false,
|
|
78906
|
+
"UpdateType": "Mutable"
|
|
78907
|
+
},
|
|
78908
|
+
"SecurityGroups": {
|
|
78909
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-awsvpcconfiguration.html#cfn-scheduler-schedule-awsvpcconfiguration-securitygroups",
|
|
78910
|
+
"PrimitiveItemType": "String",
|
|
78911
|
+
"Required": false,
|
|
78912
|
+
"Type": "List",
|
|
78913
|
+
"UpdateType": "Mutable"
|
|
78914
|
+
},
|
|
78915
|
+
"Subnets": {
|
|
78916
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-awsvpcconfiguration.html#cfn-scheduler-schedule-awsvpcconfiguration-subnets",
|
|
78917
|
+
"PrimitiveItemType": "String",
|
|
78918
|
+
"Required": true,
|
|
78919
|
+
"Type": "List",
|
|
78920
|
+
"UpdateType": "Mutable"
|
|
78921
|
+
}
|
|
78922
|
+
}
|
|
78923
|
+
},
|
|
78924
|
+
"AWS::Scheduler::Schedule.CapacityProviderStrategyItem": {
|
|
78925
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-capacityproviderstrategyitem.html",
|
|
78926
|
+
"Properties": {
|
|
78927
|
+
"Base": {
|
|
78928
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-capacityproviderstrategyitem.html#cfn-scheduler-schedule-capacityproviderstrategyitem-base",
|
|
78929
|
+
"PrimitiveType": "Double",
|
|
78930
|
+
"Required": false,
|
|
78931
|
+
"UpdateType": "Mutable"
|
|
78932
|
+
},
|
|
78933
|
+
"CapacityProvider": {
|
|
78934
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-capacityproviderstrategyitem.html#cfn-scheduler-schedule-capacityproviderstrategyitem-capacityprovider",
|
|
78935
|
+
"PrimitiveType": "String",
|
|
78936
|
+
"Required": true,
|
|
78937
|
+
"UpdateType": "Mutable"
|
|
78938
|
+
},
|
|
78939
|
+
"Weight": {
|
|
78940
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-capacityproviderstrategyitem.html#cfn-scheduler-schedule-capacityproviderstrategyitem-weight",
|
|
78941
|
+
"PrimitiveType": "Double",
|
|
78942
|
+
"Required": false,
|
|
78943
|
+
"UpdateType": "Mutable"
|
|
78944
|
+
}
|
|
78945
|
+
}
|
|
78946
|
+
},
|
|
78947
|
+
"AWS::Scheduler::Schedule.DeadLetterConfig": {
|
|
78948
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-deadletterconfig.html",
|
|
78949
|
+
"Properties": {
|
|
78950
|
+
"Arn": {
|
|
78951
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-deadletterconfig.html#cfn-scheduler-schedule-deadletterconfig-arn",
|
|
78952
|
+
"PrimitiveType": "String",
|
|
78953
|
+
"Required": false,
|
|
78954
|
+
"UpdateType": "Mutable"
|
|
78955
|
+
}
|
|
78956
|
+
}
|
|
78957
|
+
},
|
|
78958
|
+
"AWS::Scheduler::Schedule.EcsParameters": {
|
|
78959
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html",
|
|
78960
|
+
"Properties": {
|
|
78961
|
+
"CapacityProviderStrategy": {
|
|
78962
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-capacityproviderstrategy",
|
|
78963
|
+
"ItemType": "CapacityProviderStrategyItem",
|
|
78964
|
+
"Required": false,
|
|
78965
|
+
"Type": "List",
|
|
78966
|
+
"UpdateType": "Mutable"
|
|
78967
|
+
},
|
|
78968
|
+
"EnableECSManagedTags": {
|
|
78969
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-enableecsmanagedtags",
|
|
78970
|
+
"PrimitiveType": "Boolean",
|
|
78971
|
+
"Required": false,
|
|
78972
|
+
"UpdateType": "Mutable"
|
|
78973
|
+
},
|
|
78974
|
+
"EnableExecuteCommand": {
|
|
78975
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-enableexecutecommand",
|
|
78976
|
+
"PrimitiveType": "Boolean",
|
|
78977
|
+
"Required": false,
|
|
78978
|
+
"UpdateType": "Mutable"
|
|
78979
|
+
},
|
|
78980
|
+
"Group": {
|
|
78981
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-group",
|
|
78982
|
+
"PrimitiveType": "String",
|
|
78983
|
+
"Required": false,
|
|
78984
|
+
"UpdateType": "Mutable"
|
|
78985
|
+
},
|
|
78986
|
+
"LaunchType": {
|
|
78987
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-launchtype",
|
|
78988
|
+
"PrimitiveType": "String",
|
|
78989
|
+
"Required": false,
|
|
78990
|
+
"UpdateType": "Mutable"
|
|
78991
|
+
},
|
|
78992
|
+
"NetworkConfiguration": {
|
|
78993
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-networkconfiguration",
|
|
78994
|
+
"Required": false,
|
|
78995
|
+
"Type": "NetworkConfiguration",
|
|
78996
|
+
"UpdateType": "Mutable"
|
|
78997
|
+
},
|
|
78998
|
+
"PlacementConstraints": {
|
|
78999
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-placementconstraints",
|
|
79000
|
+
"ItemType": "PlacementConstraint",
|
|
79001
|
+
"Required": false,
|
|
79002
|
+
"Type": "List",
|
|
79003
|
+
"UpdateType": "Mutable"
|
|
79004
|
+
},
|
|
79005
|
+
"PlacementStrategy": {
|
|
79006
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-placementstrategy",
|
|
79007
|
+
"ItemType": "PlacementStrategy",
|
|
79008
|
+
"Required": false,
|
|
79009
|
+
"Type": "List",
|
|
79010
|
+
"UpdateType": "Mutable"
|
|
79011
|
+
},
|
|
79012
|
+
"PlatformVersion": {
|
|
79013
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-platformversion",
|
|
79014
|
+
"PrimitiveType": "String",
|
|
79015
|
+
"Required": false,
|
|
79016
|
+
"UpdateType": "Mutable"
|
|
79017
|
+
},
|
|
79018
|
+
"PropagateTags": {
|
|
79019
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-propagatetags",
|
|
79020
|
+
"PrimitiveType": "String",
|
|
79021
|
+
"Required": false,
|
|
79022
|
+
"UpdateType": "Mutable"
|
|
79023
|
+
},
|
|
79024
|
+
"ReferenceId": {
|
|
79025
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-referenceid",
|
|
79026
|
+
"PrimitiveType": "String",
|
|
79027
|
+
"Required": false,
|
|
79028
|
+
"UpdateType": "Mutable"
|
|
79029
|
+
},
|
|
79030
|
+
"Tags": {
|
|
79031
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-tags",
|
|
79032
|
+
"ItemType": "TagMap",
|
|
79033
|
+
"Required": false,
|
|
79034
|
+
"Type": "List",
|
|
79035
|
+
"UpdateType": "Mutable"
|
|
79036
|
+
},
|
|
79037
|
+
"TaskCount": {
|
|
79038
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-taskcount",
|
|
79039
|
+
"PrimitiveType": "Double",
|
|
79040
|
+
"Required": false,
|
|
79041
|
+
"UpdateType": "Mutable"
|
|
79042
|
+
},
|
|
79043
|
+
"TaskDefinitionArn": {
|
|
79044
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-ecsparameters.html#cfn-scheduler-schedule-ecsparameters-taskdefinitionarn",
|
|
79045
|
+
"PrimitiveType": "String",
|
|
79046
|
+
"Required": true,
|
|
79047
|
+
"UpdateType": "Mutable"
|
|
79048
|
+
}
|
|
79049
|
+
}
|
|
79050
|
+
},
|
|
79051
|
+
"AWS::Scheduler::Schedule.EventBridgeParameters": {
|
|
79052
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-eventbridgeparameters.html",
|
|
79053
|
+
"Properties": {
|
|
79054
|
+
"DetailType": {
|
|
79055
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-eventbridgeparameters.html#cfn-scheduler-schedule-eventbridgeparameters-detailtype",
|
|
79056
|
+
"PrimitiveType": "String",
|
|
79057
|
+
"Required": true,
|
|
79058
|
+
"UpdateType": "Mutable"
|
|
79059
|
+
},
|
|
79060
|
+
"Source": {
|
|
79061
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-eventbridgeparameters.html#cfn-scheduler-schedule-eventbridgeparameters-source",
|
|
79062
|
+
"PrimitiveType": "String",
|
|
79063
|
+
"Required": true,
|
|
79064
|
+
"UpdateType": "Mutable"
|
|
79065
|
+
}
|
|
79066
|
+
}
|
|
79067
|
+
},
|
|
79068
|
+
"AWS::Scheduler::Schedule.FlexibleTimeWindow": {
|
|
79069
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-flexibletimewindow.html",
|
|
79070
|
+
"Properties": {
|
|
79071
|
+
"MaximumWindowInMinutes": {
|
|
79072
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-flexibletimewindow.html#cfn-scheduler-schedule-flexibletimewindow-maximumwindowinminutes",
|
|
79073
|
+
"PrimitiveType": "Double",
|
|
79074
|
+
"Required": false,
|
|
79075
|
+
"UpdateType": "Mutable"
|
|
79076
|
+
},
|
|
79077
|
+
"Mode": {
|
|
79078
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-flexibletimewindow.html#cfn-scheduler-schedule-flexibletimewindow-mode",
|
|
79079
|
+
"PrimitiveType": "String",
|
|
79080
|
+
"Required": true,
|
|
79081
|
+
"UpdateType": "Mutable"
|
|
79082
|
+
}
|
|
79083
|
+
}
|
|
79084
|
+
},
|
|
79085
|
+
"AWS::Scheduler::Schedule.KinesisParameters": {
|
|
79086
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-kinesisparameters.html",
|
|
79087
|
+
"Properties": {
|
|
79088
|
+
"PartitionKey": {
|
|
79089
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-kinesisparameters.html#cfn-scheduler-schedule-kinesisparameters-partitionkey",
|
|
79090
|
+
"PrimitiveType": "String",
|
|
79091
|
+
"Required": true,
|
|
79092
|
+
"UpdateType": "Mutable"
|
|
79093
|
+
}
|
|
79094
|
+
}
|
|
79095
|
+
},
|
|
79096
|
+
"AWS::Scheduler::Schedule.NetworkConfiguration": {
|
|
79097
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-networkconfiguration.html",
|
|
79098
|
+
"Properties": {
|
|
79099
|
+
"AwsvpcConfiguration": {
|
|
79100
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-networkconfiguration.html#cfn-scheduler-schedule-networkconfiguration-awsvpcconfiguration",
|
|
79101
|
+
"Required": false,
|
|
79102
|
+
"Type": "AwsVpcConfiguration",
|
|
79103
|
+
"UpdateType": "Mutable"
|
|
79104
|
+
}
|
|
79105
|
+
}
|
|
79106
|
+
},
|
|
79107
|
+
"AWS::Scheduler::Schedule.PlacementConstraint": {
|
|
79108
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-placementconstraint.html",
|
|
79109
|
+
"Properties": {
|
|
79110
|
+
"Expression": {
|
|
79111
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-placementconstraint.html#cfn-scheduler-schedule-placementconstraint-expression",
|
|
79112
|
+
"PrimitiveType": "String",
|
|
79113
|
+
"Required": false,
|
|
79114
|
+
"UpdateType": "Mutable"
|
|
79115
|
+
},
|
|
79116
|
+
"Type": {
|
|
79117
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-placementconstraint.html#cfn-scheduler-schedule-placementconstraint-type",
|
|
79118
|
+
"PrimitiveType": "String",
|
|
79119
|
+
"Required": false,
|
|
79120
|
+
"UpdateType": "Mutable"
|
|
79121
|
+
}
|
|
79122
|
+
}
|
|
79123
|
+
},
|
|
79124
|
+
"AWS::Scheduler::Schedule.PlacementStrategy": {
|
|
79125
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-placementstrategy.html",
|
|
79126
|
+
"Properties": {
|
|
79127
|
+
"Field": {
|
|
79128
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-placementstrategy.html#cfn-scheduler-schedule-placementstrategy-field",
|
|
79129
|
+
"PrimitiveType": "String",
|
|
79130
|
+
"Required": false,
|
|
79131
|
+
"UpdateType": "Mutable"
|
|
79132
|
+
},
|
|
79133
|
+
"Type": {
|
|
79134
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-placementstrategy.html#cfn-scheduler-schedule-placementstrategy-type",
|
|
79135
|
+
"PrimitiveType": "String",
|
|
79136
|
+
"Required": false,
|
|
79137
|
+
"UpdateType": "Mutable"
|
|
79138
|
+
}
|
|
79139
|
+
}
|
|
79140
|
+
},
|
|
79141
|
+
"AWS::Scheduler::Schedule.RetryPolicy": {
|
|
79142
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-retrypolicy.html",
|
|
79143
|
+
"Properties": {
|
|
79144
|
+
"MaximumEventAgeInSeconds": {
|
|
79145
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-retrypolicy.html#cfn-scheduler-schedule-retrypolicy-maximumeventageinseconds",
|
|
79146
|
+
"PrimitiveType": "Double",
|
|
79147
|
+
"Required": false,
|
|
79148
|
+
"UpdateType": "Mutable"
|
|
79149
|
+
},
|
|
79150
|
+
"MaximumRetryAttempts": {
|
|
79151
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-retrypolicy.html#cfn-scheduler-schedule-retrypolicy-maximumretryattempts",
|
|
79152
|
+
"PrimitiveType": "Double",
|
|
79153
|
+
"Required": false,
|
|
79154
|
+
"UpdateType": "Mutable"
|
|
79155
|
+
}
|
|
79156
|
+
}
|
|
79157
|
+
},
|
|
79158
|
+
"AWS::Scheduler::Schedule.SageMakerPipelineParameter": {
|
|
79159
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-sagemakerpipelineparameter.html",
|
|
79160
|
+
"Properties": {
|
|
79161
|
+
"Name": {
|
|
79162
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-sagemakerpipelineparameter.html#cfn-scheduler-schedule-sagemakerpipelineparameter-name",
|
|
79163
|
+
"PrimitiveType": "String",
|
|
79164
|
+
"Required": true,
|
|
79165
|
+
"UpdateType": "Mutable"
|
|
79166
|
+
},
|
|
79167
|
+
"Value": {
|
|
79168
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-sagemakerpipelineparameter.html#cfn-scheduler-schedule-sagemakerpipelineparameter-value",
|
|
79169
|
+
"PrimitiveType": "String",
|
|
79170
|
+
"Required": true,
|
|
79171
|
+
"UpdateType": "Mutable"
|
|
79172
|
+
}
|
|
79173
|
+
}
|
|
79174
|
+
},
|
|
79175
|
+
"AWS::Scheduler::Schedule.SageMakerPipelineParameters": {
|
|
79176
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-sagemakerpipelineparameters.html",
|
|
79177
|
+
"Properties": {
|
|
79178
|
+
"PipelineParameterList": {
|
|
79179
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-sagemakerpipelineparameters.html#cfn-scheduler-schedule-sagemakerpipelineparameters-pipelineparameterlist",
|
|
79180
|
+
"ItemType": "SageMakerPipelineParameter",
|
|
79181
|
+
"Required": false,
|
|
79182
|
+
"Type": "List",
|
|
79183
|
+
"UpdateType": "Mutable"
|
|
79184
|
+
}
|
|
79185
|
+
}
|
|
79186
|
+
},
|
|
79187
|
+
"AWS::Scheduler::Schedule.SqsParameters": {
|
|
79188
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-sqsparameters.html",
|
|
79189
|
+
"Properties": {
|
|
79190
|
+
"MessageGroupId": {
|
|
79191
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-sqsparameters.html#cfn-scheduler-schedule-sqsparameters-messagegroupid",
|
|
79192
|
+
"PrimitiveType": "String",
|
|
79193
|
+
"Required": false,
|
|
79194
|
+
"UpdateType": "Mutable"
|
|
79195
|
+
}
|
|
79196
|
+
}
|
|
79197
|
+
},
|
|
79198
|
+
"AWS::Scheduler::Schedule.TagMap": {
|
|
79199
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-tagmap.html",
|
|
79200
|
+
"PrimitiveType": "Json",
|
|
79201
|
+
"Required": false,
|
|
79202
|
+
"UpdateType": "Mutable"
|
|
79203
|
+
},
|
|
79204
|
+
"AWS::Scheduler::Schedule.Target": {
|
|
79205
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html",
|
|
79206
|
+
"Properties": {
|
|
79207
|
+
"Arn": {
|
|
79208
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-arn",
|
|
79209
|
+
"PrimitiveType": "String",
|
|
79210
|
+
"Required": true,
|
|
79211
|
+
"UpdateType": "Mutable"
|
|
79212
|
+
},
|
|
79213
|
+
"DeadLetterConfig": {
|
|
79214
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-deadletterconfig",
|
|
79215
|
+
"Required": false,
|
|
79216
|
+
"Type": "DeadLetterConfig",
|
|
79217
|
+
"UpdateType": "Mutable"
|
|
79218
|
+
},
|
|
79219
|
+
"EcsParameters": {
|
|
79220
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-ecsparameters",
|
|
79221
|
+
"Required": false,
|
|
79222
|
+
"Type": "EcsParameters",
|
|
79223
|
+
"UpdateType": "Mutable"
|
|
79224
|
+
},
|
|
79225
|
+
"EventBridgeParameters": {
|
|
79226
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-eventbridgeparameters",
|
|
79227
|
+
"Required": false,
|
|
79228
|
+
"Type": "EventBridgeParameters",
|
|
79229
|
+
"UpdateType": "Mutable"
|
|
79230
|
+
},
|
|
79231
|
+
"Input": {
|
|
79232
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-input",
|
|
79233
|
+
"PrimitiveType": "String",
|
|
79234
|
+
"Required": false,
|
|
79235
|
+
"UpdateType": "Mutable"
|
|
79236
|
+
},
|
|
79237
|
+
"KinesisParameters": {
|
|
79238
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-kinesisparameters",
|
|
79239
|
+
"Required": false,
|
|
79240
|
+
"Type": "KinesisParameters",
|
|
79241
|
+
"UpdateType": "Mutable"
|
|
79242
|
+
},
|
|
79243
|
+
"RetryPolicy": {
|
|
79244
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-retrypolicy",
|
|
79245
|
+
"Required": false,
|
|
79246
|
+
"Type": "RetryPolicy",
|
|
79247
|
+
"UpdateType": "Mutable"
|
|
79248
|
+
},
|
|
79249
|
+
"RoleArn": {
|
|
79250
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-rolearn",
|
|
79251
|
+
"PrimitiveType": "String",
|
|
79252
|
+
"Required": true,
|
|
79253
|
+
"UpdateType": "Mutable"
|
|
79254
|
+
},
|
|
79255
|
+
"SageMakerPipelineParameters": {
|
|
79256
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-sagemakerpipelineparameters",
|
|
79257
|
+
"Required": false,
|
|
79258
|
+
"Type": "SageMakerPipelineParameters",
|
|
79259
|
+
"UpdateType": "Mutable"
|
|
79260
|
+
},
|
|
79261
|
+
"SqsParameters": {
|
|
79262
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-scheduler-schedule-target.html#cfn-scheduler-schedule-target-sqsparameters",
|
|
79263
|
+
"Required": false,
|
|
79264
|
+
"Type": "SqsParameters",
|
|
79265
|
+
"UpdateType": "Mutable"
|
|
79266
|
+
}
|
|
79267
|
+
}
|
|
79268
|
+
},
|
|
78154
79269
|
"AWS::SecretsManager::RotationSchedule.HostedRotationLambda": {
|
|
78155
79270
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-secretsmanager-rotationschedule-hostedrotationlambda.html",
|
|
78156
79271
|
"Properties": {
|
|
@@ -84156,7 +85271,7 @@
|
|
|
84156
85271
|
}
|
|
84157
85272
|
}
|
|
84158
85273
|
},
|
|
84159
|
-
"ResourceSpecificationVersion": "
|
|
85274
|
+
"ResourceSpecificationVersion": "97.0.0",
|
|
84160
85275
|
"ResourceTypes": {
|
|
84161
85276
|
"AWS::ACMPCA::Certificate": {
|
|
84162
85277
|
"Attributes": {
|
|
@@ -86187,6 +87302,11 @@
|
|
|
86187
87302
|
}
|
|
86188
87303
|
},
|
|
86189
87304
|
"AWS::ApiGatewayV2::Authorizer": {
|
|
87305
|
+
"Attributes": {
|
|
87306
|
+
"AuthorizerId": {
|
|
87307
|
+
"PrimitiveType": "String"
|
|
87308
|
+
}
|
|
87309
|
+
},
|
|
86190
87310
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html",
|
|
86191
87311
|
"Properties": {
|
|
86192
87312
|
"ApiId": {
|
|
@@ -86233,6 +87353,7 @@
|
|
|
86233
87353
|
},
|
|
86234
87354
|
"IdentitySource": {
|
|
86235
87355
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-authorizer.html#cfn-apigatewayv2-authorizer-identitysource",
|
|
87356
|
+
"DuplicatesAllowed": true,
|
|
86236
87357
|
"PrimitiveItemType": "String",
|
|
86237
87358
|
"Required": false,
|
|
86238
87359
|
"Type": "List",
|
|
@@ -86259,6 +87380,11 @@
|
|
|
86259
87380
|
}
|
|
86260
87381
|
},
|
|
86261
87382
|
"AWS::ApiGatewayV2::Deployment": {
|
|
87383
|
+
"Attributes": {
|
|
87384
|
+
"DeploymentId": {
|
|
87385
|
+
"PrimitiveType": "String"
|
|
87386
|
+
}
|
|
87387
|
+
},
|
|
86262
87388
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-deployment.html",
|
|
86263
87389
|
"Properties": {
|
|
86264
87390
|
"ApiId": {
|
|
@@ -87764,6 +88890,47 @@
|
|
|
87764
88890
|
}
|
|
87765
88891
|
}
|
|
87766
88892
|
},
|
|
88893
|
+
"AWS::AppRunner::VpcIngressConnection": {
|
|
88894
|
+
"Attributes": {
|
|
88895
|
+
"DomainName": {
|
|
88896
|
+
"PrimitiveType": "String"
|
|
88897
|
+
},
|
|
88898
|
+
"Status": {
|
|
88899
|
+
"PrimitiveType": "String"
|
|
88900
|
+
},
|
|
88901
|
+
"VpcIngressConnectionArn": {
|
|
88902
|
+
"PrimitiveType": "String"
|
|
88903
|
+
}
|
|
88904
|
+
},
|
|
88905
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcingressconnection.html",
|
|
88906
|
+
"Properties": {
|
|
88907
|
+
"IngressVpcConfiguration": {
|
|
88908
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcingressconnection.html#cfn-apprunner-vpcingressconnection-ingressvpcconfiguration",
|
|
88909
|
+
"Required": true,
|
|
88910
|
+
"Type": "IngressVpcConfiguration",
|
|
88911
|
+
"UpdateType": "Mutable"
|
|
88912
|
+
},
|
|
88913
|
+
"ServiceArn": {
|
|
88914
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcingressconnection.html#cfn-apprunner-vpcingressconnection-servicearn",
|
|
88915
|
+
"PrimitiveType": "String",
|
|
88916
|
+
"Required": true,
|
|
88917
|
+
"UpdateType": "Immutable"
|
|
88918
|
+
},
|
|
88919
|
+
"Tags": {
|
|
88920
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcingressconnection.html#cfn-apprunner-vpcingressconnection-tags",
|
|
88921
|
+
"ItemType": "Tag",
|
|
88922
|
+
"Required": false,
|
|
88923
|
+
"Type": "List",
|
|
88924
|
+
"UpdateType": "Immutable"
|
|
88925
|
+
},
|
|
88926
|
+
"VpcIngressConnectionName": {
|
|
88927
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apprunner-vpcingressconnection.html#cfn-apprunner-vpcingressconnection-vpcingressconnectionname",
|
|
88928
|
+
"PrimitiveType": "String",
|
|
88929
|
+
"Required": false,
|
|
88930
|
+
"UpdateType": "Immutable"
|
|
88931
|
+
}
|
|
88932
|
+
}
|
|
88933
|
+
},
|
|
87767
88934
|
"AWS::AppStream::AppBlock": {
|
|
87768
88935
|
"Attributes": {
|
|
87769
88936
|
"Arn": {
|
|
@@ -87951,6 +89118,12 @@
|
|
|
87951
89118
|
"AWS::AppStream::DirectoryConfig": {
|
|
87952
89119
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html",
|
|
87953
89120
|
"Properties": {
|
|
89121
|
+
"CertificateBasedAuthProperties": {
|
|
89122
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-certificatebasedauthproperties",
|
|
89123
|
+
"Required": false,
|
|
89124
|
+
"Type": "CertificateBasedAuthProperties",
|
|
89125
|
+
"UpdateType": "Mutable"
|
|
89126
|
+
},
|
|
87954
89127
|
"DirectoryName": {
|
|
87955
89128
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appstream-directoryconfig.html#cfn-appstream-directoryconfig-directoryname",
|
|
87956
89129
|
"PrimitiveType": "String",
|
|
@@ -89770,52 +90943,57 @@
|
|
|
89770
90943
|
}
|
|
89771
90944
|
},
|
|
89772
90945
|
"AWS::AutoScaling::ScheduledAction": {
|
|
89773
|
-
"
|
|
90946
|
+
"Attributes": {
|
|
90947
|
+
"ScheduledActionName": {
|
|
90948
|
+
"PrimitiveType": "String"
|
|
90949
|
+
}
|
|
90950
|
+
},
|
|
90951
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html",
|
|
89774
90952
|
"Properties": {
|
|
89775
90953
|
"AutoScalingGroupName": {
|
|
89776
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90954
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-autoscalinggroupname",
|
|
89777
90955
|
"PrimitiveType": "String",
|
|
89778
90956
|
"Required": true,
|
|
89779
90957
|
"UpdateType": "Immutable"
|
|
89780
90958
|
},
|
|
89781
90959
|
"DesiredCapacity": {
|
|
89782
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90960
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-desiredcapacity",
|
|
89783
90961
|
"PrimitiveType": "Integer",
|
|
89784
90962
|
"Required": false,
|
|
89785
90963
|
"UpdateType": "Mutable"
|
|
89786
90964
|
},
|
|
89787
90965
|
"EndTime": {
|
|
89788
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90966
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-endtime",
|
|
89789
90967
|
"PrimitiveType": "String",
|
|
89790
90968
|
"Required": false,
|
|
89791
90969
|
"UpdateType": "Mutable"
|
|
89792
90970
|
},
|
|
89793
90971
|
"MaxSize": {
|
|
89794
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90972
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-maxsize",
|
|
89795
90973
|
"PrimitiveType": "Integer",
|
|
89796
90974
|
"Required": false,
|
|
89797
90975
|
"UpdateType": "Mutable"
|
|
89798
90976
|
},
|
|
89799
90977
|
"MinSize": {
|
|
89800
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90978
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-minsize",
|
|
89801
90979
|
"PrimitiveType": "Integer",
|
|
89802
90980
|
"Required": false,
|
|
89803
90981
|
"UpdateType": "Mutable"
|
|
89804
90982
|
},
|
|
89805
90983
|
"Recurrence": {
|
|
89806
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90984
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-recurrence",
|
|
89807
90985
|
"PrimitiveType": "String",
|
|
89808
90986
|
"Required": false,
|
|
89809
90987
|
"UpdateType": "Mutable"
|
|
89810
90988
|
},
|
|
89811
90989
|
"StartTime": {
|
|
89812
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90990
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-starttime",
|
|
89813
90991
|
"PrimitiveType": "String",
|
|
89814
90992
|
"Required": false,
|
|
89815
90993
|
"UpdateType": "Mutable"
|
|
89816
90994
|
},
|
|
89817
90995
|
"TimeZone": {
|
|
89818
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-
|
|
90996
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-scheduledaction.html#cfn-autoscaling-scheduledaction-timezone",
|
|
89819
90997
|
"PrimitiveType": "String",
|
|
89820
90998
|
"Required": false,
|
|
89821
90999
|
"UpdateType": "Mutable"
|
|
@@ -90098,6 +91276,12 @@
|
|
|
90098
91276
|
"Type": "ComputeResources",
|
|
90099
91277
|
"UpdateType": "Mutable"
|
|
90100
91278
|
},
|
|
91279
|
+
"EksConfiguration": {
|
|
91280
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-eksconfiguration",
|
|
91281
|
+
"Required": false,
|
|
91282
|
+
"Type": "EksConfiguration",
|
|
91283
|
+
"UpdateType": "Immutable"
|
|
91284
|
+
},
|
|
90101
91285
|
"ReplaceComputeEnvironment": {
|
|
90102
91286
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-computeenvironment.html#cfn-batch-computeenvironment-replacecomputeenvironment",
|
|
90103
91287
|
"PrimitiveType": "Boolean",
|
|
@@ -90152,6 +91336,12 @@
|
|
|
90152
91336
|
"Type": "ContainerProperties",
|
|
90153
91337
|
"UpdateType": "Mutable"
|
|
90154
91338
|
},
|
|
91339
|
+
"EksProperties": {
|
|
91340
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-eksproperties",
|
|
91341
|
+
"Required": false,
|
|
91342
|
+
"Type": "EksProperties",
|
|
91343
|
+
"UpdateType": "Mutable"
|
|
91344
|
+
},
|
|
90155
91345
|
"JobDefinitionName": {
|
|
90156
91346
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-batch-jobdefinition.html#cfn-batch-jobdefinition-jobdefinitionname",
|
|
90157
91347
|
"PrimitiveType": "String",
|
|
@@ -92054,6 +93244,12 @@
|
|
|
92054
93244
|
"Type": "List",
|
|
92055
93245
|
"UpdateType": "Mutable"
|
|
92056
93246
|
},
|
|
93247
|
+
"KmsKeyId": {
|
|
93248
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-kmskeyid",
|
|
93249
|
+
"PrimitiveType": "String",
|
|
93250
|
+
"Required": false,
|
|
93251
|
+
"UpdateType": "Mutable"
|
|
93252
|
+
},
|
|
92057
93253
|
"MultiRegionEnabled": {
|
|
92058
93254
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-multiregionenabled",
|
|
92059
93255
|
"PrimitiveType": "Boolean",
|
|
@@ -98564,6 +99760,12 @@
|
|
|
98564
99760
|
"Required": false,
|
|
98565
99761
|
"Type": "List",
|
|
98566
99762
|
"UpdateType": "Mutable"
|
|
99763
|
+
},
|
|
99764
|
+
"TransferAddress": {
|
|
99765
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-eip.html#cfn-ec2-eip-transferaddress",
|
|
99766
|
+
"PrimitiveType": "String",
|
|
99767
|
+
"Required": false,
|
|
99768
|
+
"UpdateType": "Immutable"
|
|
98567
99769
|
}
|
|
98568
99770
|
}
|
|
98569
99771
|
},
|
|
@@ -99441,8 +100643,14 @@
|
|
|
99441
100643
|
"LocalGatewayVirtualInterfaceGroupId": {
|
|
99442
100644
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-localgatewayvirtualinterfacegroupid",
|
|
99443
100645
|
"PrimitiveType": "String",
|
|
99444
|
-
"Required":
|
|
99445
|
-
"UpdateType": "
|
|
100646
|
+
"Required": false,
|
|
100647
|
+
"UpdateType": "Mutable"
|
|
100648
|
+
},
|
|
100649
|
+
"NetworkInterfaceId": {
|
|
100650
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-localgatewayroute.html#cfn-ec2-localgatewayroute-networkinterfaceid",
|
|
100651
|
+
"PrimitiveType": "String",
|
|
100652
|
+
"Required": false,
|
|
100653
|
+
"UpdateType": "Mutable"
|
|
99446
100654
|
}
|
|
99447
100655
|
}
|
|
99448
100656
|
},
|
|
@@ -101723,64 +102931,69 @@
|
|
|
101723
102931
|
}
|
|
101724
102932
|
},
|
|
101725
102933
|
"AWS::EC2::Volume": {
|
|
101726
|
-
"
|
|
102934
|
+
"Attributes": {
|
|
102935
|
+
"VolumeId": {
|
|
102936
|
+
"PrimitiveType": "String"
|
|
102937
|
+
}
|
|
102938
|
+
},
|
|
102939
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html",
|
|
101727
102940
|
"Properties": {
|
|
101728
102941
|
"AutoEnableIO": {
|
|
101729
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102942
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-autoenableio",
|
|
101730
102943
|
"PrimitiveType": "Boolean",
|
|
101731
102944
|
"Required": false,
|
|
101732
102945
|
"UpdateType": "Mutable"
|
|
101733
102946
|
},
|
|
101734
102947
|
"AvailabilityZone": {
|
|
101735
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102948
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-availabilityzone",
|
|
101736
102949
|
"PrimitiveType": "String",
|
|
101737
102950
|
"Required": true,
|
|
101738
|
-
"UpdateType": "
|
|
102951
|
+
"UpdateType": "Immutable"
|
|
101739
102952
|
},
|
|
101740
102953
|
"Encrypted": {
|
|
101741
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102954
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-encrypted",
|
|
101742
102955
|
"PrimitiveType": "Boolean",
|
|
101743
102956
|
"Required": false,
|
|
101744
|
-
"UpdateType": "
|
|
102957
|
+
"UpdateType": "Immutable"
|
|
101745
102958
|
},
|
|
101746
102959
|
"Iops": {
|
|
101747
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102960
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-iops",
|
|
101748
102961
|
"PrimitiveType": "Integer",
|
|
101749
102962
|
"Required": false,
|
|
101750
102963
|
"UpdateType": "Mutable"
|
|
101751
102964
|
},
|
|
101752
102965
|
"KmsKeyId": {
|
|
101753
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102966
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-kmskeyid",
|
|
101754
102967
|
"PrimitiveType": "String",
|
|
101755
102968
|
"Required": false,
|
|
101756
|
-
"UpdateType": "
|
|
102969
|
+
"UpdateType": "Immutable"
|
|
101757
102970
|
},
|
|
101758
102971
|
"MultiAttachEnabled": {
|
|
101759
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102972
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-multiattachenabled",
|
|
101760
102973
|
"PrimitiveType": "Boolean",
|
|
101761
102974
|
"Required": false,
|
|
101762
102975
|
"UpdateType": "Mutable"
|
|
101763
102976
|
},
|
|
101764
102977
|
"OutpostArn": {
|
|
101765
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102978
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-outpostarn",
|
|
101766
102979
|
"PrimitiveType": "String",
|
|
101767
102980
|
"Required": false,
|
|
101768
102981
|
"UpdateType": "Mutable"
|
|
101769
102982
|
},
|
|
101770
102983
|
"Size": {
|
|
101771
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102984
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-size",
|
|
101772
102985
|
"PrimitiveType": "Integer",
|
|
101773
102986
|
"Required": false,
|
|
101774
102987
|
"UpdateType": "Mutable"
|
|
101775
102988
|
},
|
|
101776
102989
|
"SnapshotId": {
|
|
101777
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102990
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-snapshotid",
|
|
101778
102991
|
"PrimitiveType": "String",
|
|
101779
102992
|
"Required": false,
|
|
101780
|
-
"UpdateType": "
|
|
102993
|
+
"UpdateType": "Immutable"
|
|
101781
102994
|
},
|
|
101782
102995
|
"Tags": {
|
|
101783
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
102996
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-tags",
|
|
101784
102997
|
"DuplicatesAllowed": true,
|
|
101785
102998
|
"ItemType": "Tag",
|
|
101786
102999
|
"Required": false,
|
|
@@ -101788,13 +103001,13 @@
|
|
|
101788
103001
|
"UpdateType": "Mutable"
|
|
101789
103002
|
},
|
|
101790
103003
|
"Throughput": {
|
|
101791
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103004
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-throughput",
|
|
101792
103005
|
"PrimitiveType": "Integer",
|
|
101793
103006
|
"Required": false,
|
|
101794
103007
|
"UpdateType": "Mutable"
|
|
101795
103008
|
},
|
|
101796
103009
|
"VolumeType": {
|
|
101797
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
103010
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-volume.html#cfn-ec2-volume-volumetype",
|
|
101798
103011
|
"PrimitiveType": "String",
|
|
101799
103012
|
"Required": false,
|
|
101800
103013
|
"UpdateType": "Mutable"
|
|
@@ -104319,40 +105532,40 @@
|
|
|
104319
105532
|
"PrimitiveType": "String"
|
|
104320
105533
|
}
|
|
104321
105534
|
},
|
|
104322
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105535
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html",
|
|
104323
105536
|
"Properties": {
|
|
104324
105537
|
"ApplicationName": {
|
|
104325
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105538
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-applicationname",
|
|
104326
105539
|
"PrimitiveType": "String",
|
|
104327
105540
|
"Required": true,
|
|
104328
105541
|
"UpdateType": "Immutable"
|
|
104329
105542
|
},
|
|
104330
105543
|
"CNAMEPrefix": {
|
|
104331
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105544
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-cnameprefix",
|
|
104332
105545
|
"PrimitiveType": "String",
|
|
104333
105546
|
"Required": false,
|
|
104334
105547
|
"UpdateType": "Immutable"
|
|
104335
105548
|
},
|
|
104336
105549
|
"Description": {
|
|
104337
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105550
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-description",
|
|
104338
105551
|
"PrimitiveType": "String",
|
|
104339
105552
|
"Required": false,
|
|
104340
105553
|
"UpdateType": "Mutable"
|
|
104341
105554
|
},
|
|
104342
105555
|
"EnvironmentName": {
|
|
104343
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105556
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-environmentname",
|
|
104344
105557
|
"PrimitiveType": "String",
|
|
104345
105558
|
"Required": false,
|
|
104346
105559
|
"UpdateType": "Immutable"
|
|
104347
105560
|
},
|
|
104348
105561
|
"OperationsRole": {
|
|
104349
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105562
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-operationsrole",
|
|
104350
105563
|
"PrimitiveType": "String",
|
|
104351
105564
|
"Required": false,
|
|
104352
105565
|
"UpdateType": "Mutable"
|
|
104353
105566
|
},
|
|
104354
105567
|
"OptionSettings": {
|
|
104355
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105568
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-optionsettings",
|
|
104356
105569
|
"DuplicatesAllowed": true,
|
|
104357
105570
|
"ItemType": "OptionSetting",
|
|
104358
105571
|
"Required": false,
|
|
@@ -104360,19 +105573,19 @@
|
|
|
104360
105573
|
"UpdateType": "Mutable"
|
|
104361
105574
|
},
|
|
104362
105575
|
"PlatformArn": {
|
|
104363
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105576
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-platformarn",
|
|
104364
105577
|
"PrimitiveType": "String",
|
|
104365
105578
|
"Required": false,
|
|
104366
105579
|
"UpdateType": "Mutable"
|
|
104367
105580
|
},
|
|
104368
105581
|
"SolutionStackName": {
|
|
104369
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105582
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-solutionstackname",
|
|
104370
105583
|
"PrimitiveType": "String",
|
|
104371
105584
|
"Required": false,
|
|
104372
105585
|
"UpdateType": "Immutable"
|
|
104373
105586
|
},
|
|
104374
105587
|
"Tags": {
|
|
104375
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105588
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-tags",
|
|
104376
105589
|
"DuplicatesAllowed": true,
|
|
104377
105590
|
"ItemType": "Tag",
|
|
104378
105591
|
"Required": false,
|
|
@@ -104380,19 +105593,19 @@
|
|
|
104380
105593
|
"UpdateType": "Mutable"
|
|
104381
105594
|
},
|
|
104382
105595
|
"TemplateName": {
|
|
104383
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105596
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-templatename",
|
|
104384
105597
|
"PrimitiveType": "String",
|
|
104385
105598
|
"Required": false,
|
|
104386
105599
|
"UpdateType": "Mutable"
|
|
104387
105600
|
},
|
|
104388
105601
|
"Tier": {
|
|
104389
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105602
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-tier",
|
|
104390
105603
|
"Required": false,
|
|
104391
105604
|
"Type": "Tier",
|
|
104392
|
-
"UpdateType": "
|
|
105605
|
+
"UpdateType": "Mutable"
|
|
104393
105606
|
},
|
|
104394
105607
|
"VersionLabel": {
|
|
104395
|
-
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-
|
|
105608
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticbeanstalk-environment.html#cfn-elasticbeanstalk-environment-versionlabel",
|
|
104396
105609
|
"PrimitiveType": "String",
|
|
104397
105610
|
"Required": false,
|
|
104398
105611
|
"UpdateType": "Mutable"
|
|
@@ -105356,7 +106569,7 @@
|
|
|
105356
106569
|
"ItemType": "TagEntry",
|
|
105357
106570
|
"Required": false,
|
|
105358
106571
|
"Type": "List",
|
|
105359
|
-
"UpdateType": "
|
|
106572
|
+
"UpdateType": "Mutable"
|
|
105360
106573
|
}
|
|
105361
106574
|
}
|
|
105362
106575
|
},
|
|
@@ -118804,6 +120017,12 @@
|
|
|
118804
120017
|
"Required": true,
|
|
118805
120018
|
"UpdateType": "Immutable"
|
|
118806
120019
|
},
|
|
120020
|
+
"DataTiering": {
|
|
120021
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html#cfn-memorydb-cluster-datatiering",
|
|
120022
|
+
"PrimitiveType": "String",
|
|
120023
|
+
"Required": false,
|
|
120024
|
+
"UpdateType": "Immutable"
|
|
120025
|
+
},
|
|
118807
120026
|
"Description": {
|
|
118808
120027
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html#cfn-memorydb-cluster-description",
|
|
118809
120028
|
"PrimitiveType": "String",
|
|
@@ -121268,6 +122487,118 @@
|
|
|
121268
122487
|
}
|
|
121269
122488
|
}
|
|
121270
122489
|
},
|
|
122490
|
+
"AWS::Organizations::Account": {
|
|
122491
|
+
"Attributes": {
|
|
122492
|
+
"AccountId": {
|
|
122493
|
+
"PrimitiveType": "String"
|
|
122494
|
+
},
|
|
122495
|
+
"Arn": {
|
|
122496
|
+
"PrimitiveType": "String"
|
|
122497
|
+
},
|
|
122498
|
+
"JoinedMethod": {
|
|
122499
|
+
"PrimitiveType": "String"
|
|
122500
|
+
},
|
|
122501
|
+
"JoinedTimestamp": {
|
|
122502
|
+
"PrimitiveType": "String"
|
|
122503
|
+
},
|
|
122504
|
+
"Status": {
|
|
122505
|
+
"PrimitiveType": "String"
|
|
122506
|
+
}
|
|
122507
|
+
},
|
|
122508
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html",
|
|
122509
|
+
"Properties": {
|
|
122510
|
+
"AccountName": {
|
|
122511
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-accountname",
|
|
122512
|
+
"PrimitiveType": "String",
|
|
122513
|
+
"Required": true,
|
|
122514
|
+
"UpdateType": "Mutable"
|
|
122515
|
+
},
|
|
122516
|
+
"Email": {
|
|
122517
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-email",
|
|
122518
|
+
"PrimitiveType": "String",
|
|
122519
|
+
"Required": true,
|
|
122520
|
+
"UpdateType": "Mutable"
|
|
122521
|
+
},
|
|
122522
|
+
"ParentIds": {
|
|
122523
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-parentids",
|
|
122524
|
+
"DuplicatesAllowed": false,
|
|
122525
|
+
"PrimitiveItemType": "String",
|
|
122526
|
+
"Required": false,
|
|
122527
|
+
"Type": "List",
|
|
122528
|
+
"UpdateType": "Mutable"
|
|
122529
|
+
},
|
|
122530
|
+
"RoleName": {
|
|
122531
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-rolename",
|
|
122532
|
+
"PrimitiveType": "String",
|
|
122533
|
+
"Required": false,
|
|
122534
|
+
"UpdateType": "Mutable"
|
|
122535
|
+
},
|
|
122536
|
+
"Tags": {
|
|
122537
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-account.html#cfn-organizations-account-tags",
|
|
122538
|
+
"DuplicatesAllowed": false,
|
|
122539
|
+
"ItemType": "Tag",
|
|
122540
|
+
"Required": false,
|
|
122541
|
+
"Type": "List",
|
|
122542
|
+
"UpdateType": "Mutable"
|
|
122543
|
+
}
|
|
122544
|
+
}
|
|
122545
|
+
},
|
|
122546
|
+
"AWS::Organizations::Policy": {
|
|
122547
|
+
"Attributes": {
|
|
122548
|
+
"Arn": {
|
|
122549
|
+
"PrimitiveType": "String"
|
|
122550
|
+
},
|
|
122551
|
+
"AwsManaged": {
|
|
122552
|
+
"PrimitiveType": "Boolean"
|
|
122553
|
+
},
|
|
122554
|
+
"Id": {
|
|
122555
|
+
"PrimitiveType": "String"
|
|
122556
|
+
}
|
|
122557
|
+
},
|
|
122558
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html",
|
|
122559
|
+
"Properties": {
|
|
122560
|
+
"Content": {
|
|
122561
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-content",
|
|
122562
|
+
"PrimitiveType": "String",
|
|
122563
|
+
"Required": true,
|
|
122564
|
+
"UpdateType": "Mutable"
|
|
122565
|
+
},
|
|
122566
|
+
"Description": {
|
|
122567
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-description",
|
|
122568
|
+
"PrimitiveType": "String",
|
|
122569
|
+
"Required": false,
|
|
122570
|
+
"UpdateType": "Mutable"
|
|
122571
|
+
},
|
|
122572
|
+
"Name": {
|
|
122573
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-name",
|
|
122574
|
+
"PrimitiveType": "String",
|
|
122575
|
+
"Required": true,
|
|
122576
|
+
"UpdateType": "Mutable"
|
|
122577
|
+
},
|
|
122578
|
+
"Tags": {
|
|
122579
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-tags",
|
|
122580
|
+
"DuplicatesAllowed": false,
|
|
122581
|
+
"ItemType": "Tag",
|
|
122582
|
+
"Required": false,
|
|
122583
|
+
"Type": "List",
|
|
122584
|
+
"UpdateType": "Mutable"
|
|
122585
|
+
},
|
|
122586
|
+
"TargetIds": {
|
|
122587
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-targetids",
|
|
122588
|
+
"DuplicatesAllowed": false,
|
|
122589
|
+
"PrimitiveItemType": "String",
|
|
122590
|
+
"Required": false,
|
|
122591
|
+
"Type": "List",
|
|
122592
|
+
"UpdateType": "Mutable"
|
|
122593
|
+
},
|
|
122594
|
+
"Type": {
|
|
122595
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-type",
|
|
122596
|
+
"PrimitiveType": "String",
|
|
122597
|
+
"Required": true,
|
|
122598
|
+
"UpdateType": "Immutable"
|
|
122599
|
+
}
|
|
122600
|
+
}
|
|
122601
|
+
},
|
|
121271
122602
|
"AWS::Panorama::ApplicationInstance": {
|
|
121272
122603
|
"Attributes": {
|
|
121273
122604
|
"ApplicationInstanceId": {
|
|
@@ -123244,6 +124575,9 @@
|
|
|
123244
124575
|
},
|
|
123245
124576
|
"AWS::RDS::DBCluster": {
|
|
123246
124577
|
"Attributes": {
|
|
124578
|
+
"DBClusterArn": {
|
|
124579
|
+
"PrimitiveType": "String"
|
|
124580
|
+
},
|
|
123247
124581
|
"Endpoint.Address": {
|
|
123248
124582
|
"PrimitiveType": "String"
|
|
123249
124583
|
},
|
|
@@ -123563,13 +124897,14 @@
|
|
|
123563
124897
|
}
|
|
123564
124898
|
},
|
|
123565
124899
|
"AWS::RDS::DBClusterParameterGroup": {
|
|
123566
|
-
"Attributes": {
|
|
123567
|
-
"DBClusterParameterGroupName": {
|
|
123568
|
-
"PrimitiveType": "String"
|
|
123569
|
-
}
|
|
123570
|
-
},
|
|
123571
124900
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html",
|
|
123572
124901
|
"Properties": {
|
|
124902
|
+
"DBClusterParameterGroupName": {
|
|
124903
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-dbclusterparametergroupname",
|
|
124904
|
+
"PrimitiveType": "String",
|
|
124905
|
+
"Required": false,
|
|
124906
|
+
"UpdateType": "Immutable"
|
|
124907
|
+
},
|
|
123573
124908
|
"Description": {
|
|
123574
124909
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbclusterparametergroup.html#cfn-rds-dbclusterparametergroup-description",
|
|
123575
124910
|
"PrimitiveType": "String",
|
|
@@ -123599,6 +124934,12 @@
|
|
|
123599
124934
|
},
|
|
123600
124935
|
"AWS::RDS::DBInstance": {
|
|
123601
124936
|
"Attributes": {
|
|
124937
|
+
"DBInstanceArn": {
|
|
124938
|
+
"PrimitiveType": "String"
|
|
124939
|
+
},
|
|
124940
|
+
"DbiResourceId": {
|
|
124941
|
+
"PrimitiveType": "String"
|
|
124942
|
+
},
|
|
123602
124943
|
"Endpoint.Address": {
|
|
123603
124944
|
"PrimitiveType": "String"
|
|
123604
124945
|
},
|
|
@@ -123714,7 +125055,7 @@
|
|
|
123714
125055
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbsnapshotidentifier",
|
|
123715
125056
|
"PrimitiveType": "String",
|
|
123716
125057
|
"Required": false,
|
|
123717
|
-
"UpdateType": "
|
|
125058
|
+
"UpdateType": "Mutable"
|
|
123718
125059
|
},
|
|
123719
125060
|
"DBSubnetGroupName": {
|
|
123720
125061
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-dbsubnetgroupname",
|
|
@@ -123896,13 +125237,19 @@
|
|
|
123896
125237
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-publiclyaccessible",
|
|
123897
125238
|
"PrimitiveType": "Boolean",
|
|
123898
125239
|
"Required": false,
|
|
123899
|
-
"UpdateType": "
|
|
125240
|
+
"UpdateType": "Mutable"
|
|
125241
|
+
},
|
|
125242
|
+
"ReplicaMode": {
|
|
125243
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-replicamode",
|
|
125244
|
+
"PrimitiveType": "String",
|
|
125245
|
+
"Required": false,
|
|
125246
|
+
"UpdateType": "Mutable"
|
|
123900
125247
|
},
|
|
123901
125248
|
"SourceDBInstanceIdentifier": {
|
|
123902
125249
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourcedbinstanceidentifier",
|
|
123903
125250
|
"PrimitiveType": "String",
|
|
123904
125251
|
"Required": false,
|
|
123905
|
-
"UpdateType": "
|
|
125252
|
+
"UpdateType": "Mutable"
|
|
123906
125253
|
},
|
|
123907
125254
|
"SourceRegion": {
|
|
123908
125255
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-sourceregion",
|
|
@@ -123916,6 +125263,12 @@
|
|
|
123916
125263
|
"Required": false,
|
|
123917
125264
|
"UpdateType": "Immutable"
|
|
123918
125265
|
},
|
|
125266
|
+
"StorageThroughput": {
|
|
125267
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-storagethroughput",
|
|
125268
|
+
"PrimitiveType": "Integer",
|
|
125269
|
+
"Required": false,
|
|
125270
|
+
"UpdateType": "Mutable"
|
|
125271
|
+
},
|
|
123919
125272
|
"StorageType": {
|
|
123920
125273
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-storagetype",
|
|
123921
125274
|
"PrimitiveType": "String",
|
|
@@ -123953,13 +125306,14 @@
|
|
|
123953
125306
|
}
|
|
123954
125307
|
},
|
|
123955
125308
|
"AWS::RDS::DBParameterGroup": {
|
|
123956
|
-
"Attributes": {
|
|
123957
|
-
"DBParameterGroupName": {
|
|
123958
|
-
"PrimitiveType": "String"
|
|
123959
|
-
}
|
|
123960
|
-
},
|
|
123961
125309
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html",
|
|
123962
125310
|
"Properties": {
|
|
125311
|
+
"DBParameterGroupName": {
|
|
125312
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html#cfn-rds-dbparametergroup-dbparametergroupname",
|
|
125313
|
+
"PrimitiveType": "String",
|
|
125314
|
+
"Required": false,
|
|
125315
|
+
"UpdateType": "Immutable"
|
|
125316
|
+
},
|
|
123963
125317
|
"Description": {
|
|
123964
125318
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbparametergroup.html#cfn-rds-dbparametergroup-description",
|
|
123965
125319
|
"PrimitiveType": "String",
|
|
@@ -124364,11 +125718,6 @@
|
|
|
124364
125718
|
}
|
|
124365
125719
|
},
|
|
124366
125720
|
"AWS::RDS::OptionGroup": {
|
|
124367
|
-
"Attributes": {
|
|
124368
|
-
"OptionGroupName": {
|
|
124369
|
-
"PrimitiveType": "String"
|
|
124370
|
-
}
|
|
124371
|
-
},
|
|
124372
125721
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html",
|
|
124373
125722
|
"Properties": {
|
|
124374
125723
|
"EngineName": {
|
|
@@ -124396,6 +125745,12 @@
|
|
|
124396
125745
|
"Required": true,
|
|
124397
125746
|
"UpdateType": "Immutable"
|
|
124398
125747
|
},
|
|
125748
|
+
"OptionGroupName": {
|
|
125749
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-optiongroupname",
|
|
125750
|
+
"PrimitiveType": "String",
|
|
125751
|
+
"Required": false,
|
|
125752
|
+
"UpdateType": "Immutable"
|
|
125753
|
+
},
|
|
124399
125754
|
"Tags": {
|
|
124400
125755
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-optiongroup.html#cfn-rds-optiongroup-tags",
|
|
124401
125756
|
"ItemType": "Tag",
|
|
@@ -125743,6 +127098,84 @@
|
|
|
125743
127098
|
}
|
|
125744
127099
|
}
|
|
125745
127100
|
},
|
|
127101
|
+
"AWS::ResourceExplorer2::DefaultViewAssociation": {
|
|
127102
|
+
"Attributes": {
|
|
127103
|
+
"AssociatedAwsPrincipal": {
|
|
127104
|
+
"PrimitiveType": "String"
|
|
127105
|
+
}
|
|
127106
|
+
},
|
|
127107
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html",
|
|
127108
|
+
"Properties": {
|
|
127109
|
+
"ViewArn": {
|
|
127110
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-defaultviewassociation.html#cfn-resourceexplorer2-defaultviewassociation-viewarn",
|
|
127111
|
+
"PrimitiveType": "String",
|
|
127112
|
+
"Required": true,
|
|
127113
|
+
"UpdateType": "Mutable"
|
|
127114
|
+
}
|
|
127115
|
+
}
|
|
127116
|
+
},
|
|
127117
|
+
"AWS::ResourceExplorer2::Index": {
|
|
127118
|
+
"Attributes": {
|
|
127119
|
+
"Arn": {
|
|
127120
|
+
"PrimitiveType": "String"
|
|
127121
|
+
},
|
|
127122
|
+
"IndexState": {
|
|
127123
|
+
"PrimitiveType": "String"
|
|
127124
|
+
}
|
|
127125
|
+
},
|
|
127126
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.html",
|
|
127127
|
+
"Properties": {
|
|
127128
|
+
"Tags": {
|
|
127129
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.html#cfn-resourceexplorer2-index-tags",
|
|
127130
|
+
"PrimitiveItemType": "String",
|
|
127131
|
+
"Required": false,
|
|
127132
|
+
"Type": "Map",
|
|
127133
|
+
"UpdateType": "Mutable"
|
|
127134
|
+
},
|
|
127135
|
+
"Type": {
|
|
127136
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-index.html#cfn-resourceexplorer2-index-type",
|
|
127137
|
+
"PrimitiveType": "String",
|
|
127138
|
+
"Required": true,
|
|
127139
|
+
"UpdateType": "Mutable"
|
|
127140
|
+
}
|
|
127141
|
+
}
|
|
127142
|
+
},
|
|
127143
|
+
"AWS::ResourceExplorer2::View": {
|
|
127144
|
+
"Attributes": {
|
|
127145
|
+
"ViewArn": {
|
|
127146
|
+
"PrimitiveType": "String"
|
|
127147
|
+
}
|
|
127148
|
+
},
|
|
127149
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html",
|
|
127150
|
+
"Properties": {
|
|
127151
|
+
"Filters": {
|
|
127152
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-filters",
|
|
127153
|
+
"Required": false,
|
|
127154
|
+
"Type": "Filters",
|
|
127155
|
+
"UpdateType": "Mutable"
|
|
127156
|
+
},
|
|
127157
|
+
"IncludedProperties": {
|
|
127158
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-includedproperties",
|
|
127159
|
+
"ItemType": "IncludedProperty",
|
|
127160
|
+
"Required": false,
|
|
127161
|
+
"Type": "List",
|
|
127162
|
+
"UpdateType": "Mutable"
|
|
127163
|
+
},
|
|
127164
|
+
"Tags": {
|
|
127165
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-tags",
|
|
127166
|
+
"PrimitiveItemType": "String",
|
|
127167
|
+
"Required": false,
|
|
127168
|
+
"Type": "Map",
|
|
127169
|
+
"UpdateType": "Mutable"
|
|
127170
|
+
},
|
|
127171
|
+
"ViewName": {
|
|
127172
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourceexplorer2-view.html#cfn-resourceexplorer2-view-viewname",
|
|
127173
|
+
"PrimitiveType": "String",
|
|
127174
|
+
"Required": true,
|
|
127175
|
+
"UpdateType": "Immutable"
|
|
127176
|
+
}
|
|
127177
|
+
}
|
|
127178
|
+
},
|
|
125746
127179
|
"AWS::ResourceGroups::Group": {
|
|
125747
127180
|
"Attributes": {
|
|
125748
127181
|
"Arn": {
|
|
@@ -127735,6 +129168,12 @@
|
|
|
127735
129168
|
"Required": false,
|
|
127736
129169
|
"Type": "TrackingOptions",
|
|
127737
129170
|
"UpdateType": "Mutable"
|
|
129171
|
+
},
|
|
129172
|
+
"VdmOptions": {
|
|
129173
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-configurationset.html#cfn-ses-configurationset-vdmoptions",
|
|
129174
|
+
"Required": false,
|
|
129175
|
+
"Type": "VdmOptions",
|
|
129176
|
+
"UpdateType": "Mutable"
|
|
127738
129177
|
}
|
|
127739
129178
|
}
|
|
127740
129179
|
},
|
|
@@ -127930,6 +129369,28 @@
|
|
|
127930
129369
|
}
|
|
127931
129370
|
}
|
|
127932
129371
|
},
|
|
129372
|
+
"AWS::SES::VdmAttributes": {
|
|
129373
|
+
"Attributes": {
|
|
129374
|
+
"VdmAttributesResourceId": {
|
|
129375
|
+
"PrimitiveType": "String"
|
|
129376
|
+
}
|
|
129377
|
+
},
|
|
129378
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html",
|
|
129379
|
+
"Properties": {
|
|
129380
|
+
"DashboardAttributes": {
|
|
129381
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html#cfn-ses-vdmattributes-dashboardattributes",
|
|
129382
|
+
"Required": false,
|
|
129383
|
+
"Type": "DashboardAttributes",
|
|
129384
|
+
"UpdateType": "Mutable"
|
|
129385
|
+
},
|
|
129386
|
+
"GuardianAttributes": {
|
|
129387
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-vdmattributes.html#cfn-ses-vdmattributes-guardianattributes",
|
|
129388
|
+
"Required": false,
|
|
129389
|
+
"Type": "GuardianAttributes",
|
|
129390
|
+
"UpdateType": "Mutable"
|
|
129391
|
+
}
|
|
129392
|
+
}
|
|
129393
|
+
},
|
|
127933
129394
|
"AWS::SNS::Subscription": {
|
|
127934
129395
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-subscription.html",
|
|
127935
129396
|
"Properties": {
|
|
@@ -129581,7 +131042,7 @@
|
|
|
129581
131042
|
"ItemType": "FeatureDefinition",
|
|
129582
131043
|
"Required": true,
|
|
129583
131044
|
"Type": "List",
|
|
129584
|
-
"UpdateType": "
|
|
131045
|
+
"UpdateType": "Mutable"
|
|
129585
131046
|
},
|
|
129586
131047
|
"FeatureGroupName": {
|
|
129587
131048
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sagemaker-featuregroup.html#cfn-sagemaker-featuregroup-featuregroupname",
|
|
@@ -130614,6 +132075,114 @@
|
|
|
130614
132075
|
}
|
|
130615
132076
|
}
|
|
130616
132077
|
},
|
|
132078
|
+
"AWS::Scheduler::Schedule": {
|
|
132079
|
+
"Attributes": {
|
|
132080
|
+
"Arn": {
|
|
132081
|
+
"PrimitiveType": "String"
|
|
132082
|
+
}
|
|
132083
|
+
},
|
|
132084
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html",
|
|
132085
|
+
"Properties": {
|
|
132086
|
+
"Description": {
|
|
132087
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-description",
|
|
132088
|
+
"PrimitiveType": "String",
|
|
132089
|
+
"Required": false,
|
|
132090
|
+
"UpdateType": "Mutable"
|
|
132091
|
+
},
|
|
132092
|
+
"EndDate": {
|
|
132093
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-enddate",
|
|
132094
|
+
"PrimitiveType": "String",
|
|
132095
|
+
"Required": false,
|
|
132096
|
+
"UpdateType": "Mutable"
|
|
132097
|
+
},
|
|
132098
|
+
"FlexibleTimeWindow": {
|
|
132099
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-flexibletimewindow",
|
|
132100
|
+
"Required": true,
|
|
132101
|
+
"Type": "FlexibleTimeWindow",
|
|
132102
|
+
"UpdateType": "Mutable"
|
|
132103
|
+
},
|
|
132104
|
+
"GroupName": {
|
|
132105
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-groupname",
|
|
132106
|
+
"PrimitiveType": "String",
|
|
132107
|
+
"Required": false,
|
|
132108
|
+
"UpdateType": "Mutable"
|
|
132109
|
+
},
|
|
132110
|
+
"KmsKeyArn": {
|
|
132111
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-kmskeyarn",
|
|
132112
|
+
"PrimitiveType": "String",
|
|
132113
|
+
"Required": false,
|
|
132114
|
+
"UpdateType": "Mutable"
|
|
132115
|
+
},
|
|
132116
|
+
"Name": {
|
|
132117
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-name",
|
|
132118
|
+
"PrimitiveType": "String",
|
|
132119
|
+
"Required": false,
|
|
132120
|
+
"UpdateType": "Immutable"
|
|
132121
|
+
},
|
|
132122
|
+
"ScheduleExpression": {
|
|
132123
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-scheduleexpression",
|
|
132124
|
+
"PrimitiveType": "String",
|
|
132125
|
+
"Required": true,
|
|
132126
|
+
"UpdateType": "Mutable"
|
|
132127
|
+
},
|
|
132128
|
+
"ScheduleExpressionTimezone": {
|
|
132129
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-scheduleexpressiontimezone",
|
|
132130
|
+
"PrimitiveType": "String",
|
|
132131
|
+
"Required": false,
|
|
132132
|
+
"UpdateType": "Mutable"
|
|
132133
|
+
},
|
|
132134
|
+
"StartDate": {
|
|
132135
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-startdate",
|
|
132136
|
+
"PrimitiveType": "String",
|
|
132137
|
+
"Required": false,
|
|
132138
|
+
"UpdateType": "Mutable"
|
|
132139
|
+
},
|
|
132140
|
+
"State": {
|
|
132141
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-state",
|
|
132142
|
+
"PrimitiveType": "String",
|
|
132143
|
+
"Required": false,
|
|
132144
|
+
"UpdateType": "Mutable"
|
|
132145
|
+
},
|
|
132146
|
+
"Target": {
|
|
132147
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedule.html#cfn-scheduler-schedule-target",
|
|
132148
|
+
"Required": true,
|
|
132149
|
+
"Type": "Target",
|
|
132150
|
+
"UpdateType": "Mutable"
|
|
132151
|
+
}
|
|
132152
|
+
}
|
|
132153
|
+
},
|
|
132154
|
+
"AWS::Scheduler::ScheduleGroup": {
|
|
132155
|
+
"Attributes": {
|
|
132156
|
+
"Arn": {
|
|
132157
|
+
"PrimitiveType": "String"
|
|
132158
|
+
},
|
|
132159
|
+
"CreationDate": {
|
|
132160
|
+
"PrimitiveType": "String"
|
|
132161
|
+
},
|
|
132162
|
+
"LastModificationDate": {
|
|
132163
|
+
"PrimitiveType": "String"
|
|
132164
|
+
},
|
|
132165
|
+
"State": {
|
|
132166
|
+
"PrimitiveType": "String"
|
|
132167
|
+
}
|
|
132168
|
+
},
|
|
132169
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedulegroup.html",
|
|
132170
|
+
"Properties": {
|
|
132171
|
+
"Name": {
|
|
132172
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedulegroup.html#cfn-scheduler-schedulegroup-name",
|
|
132173
|
+
"PrimitiveType": "String",
|
|
132174
|
+
"Required": false,
|
|
132175
|
+
"UpdateType": "Immutable"
|
|
132176
|
+
},
|
|
132177
|
+
"Tags": {
|
|
132178
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-scheduler-schedulegroup.html#cfn-scheduler-schedulegroup-tags",
|
|
132179
|
+
"ItemType": "Tag",
|
|
132180
|
+
"Required": false,
|
|
132181
|
+
"Type": "List",
|
|
132182
|
+
"UpdateType": "Mutable"
|
|
132183
|
+
}
|
|
132184
|
+
}
|
|
132185
|
+
},
|
|
130617
132186
|
"AWS::SecretsManager::ResourcePolicy": {
|
|
130618
132187
|
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-secretsmanager-resourcepolicy.html",
|
|
130619
132188
|
"Properties": {
|
|
@@ -132687,6 +134256,23 @@
|
|
|
132687
134256
|
}
|
|
132688
134257
|
}
|
|
132689
134258
|
},
|
|
134259
|
+
"AWS::SupportApp::SlackWorkspaceConfiguration": {
|
|
134260
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html",
|
|
134261
|
+
"Properties": {
|
|
134262
|
+
"TeamId": {
|
|
134263
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html#cfn-supportapp-slackworkspaceconfiguration-teamid",
|
|
134264
|
+
"PrimitiveType": "String",
|
|
134265
|
+
"Required": true,
|
|
134266
|
+
"UpdateType": "Immutable"
|
|
134267
|
+
},
|
|
134268
|
+
"VersionId": {
|
|
134269
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackworkspaceconfiguration.html#cfn-supportapp-slackworkspaceconfiguration-versionid",
|
|
134270
|
+
"PrimitiveType": "String",
|
|
134271
|
+
"Required": false,
|
|
134272
|
+
"UpdateType": "Mutable"
|
|
134273
|
+
}
|
|
134274
|
+
}
|
|
134275
|
+
},
|
|
132690
134276
|
"AWS::Synthetics::Canary": {
|
|
132691
134277
|
"Attributes": {
|
|
132692
134278
|
"Id": {
|
|
@@ -134423,6 +136009,29 @@
|
|
|
134423
136009
|
}
|
|
134424
136010
|
}
|
|
134425
136011
|
},
|
|
136012
|
+
"AWS::XRay::ResourcePolicy": {
|
|
136013
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-resourcepolicy.html",
|
|
136014
|
+
"Properties": {
|
|
136015
|
+
"BypassPolicyLockoutCheck": {
|
|
136016
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-resourcepolicy.html#cfn-xray-resourcepolicy-bypasspolicylockoutcheck",
|
|
136017
|
+
"PrimitiveType": "Boolean",
|
|
136018
|
+
"Required": false,
|
|
136019
|
+
"UpdateType": "Mutable"
|
|
136020
|
+
},
|
|
136021
|
+
"PolicyDocument": {
|
|
136022
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-resourcepolicy.html#cfn-xray-resourcepolicy-policydocument",
|
|
136023
|
+
"PrimitiveType": "String",
|
|
136024
|
+
"Required": true,
|
|
136025
|
+
"UpdateType": "Mutable"
|
|
136026
|
+
},
|
|
136027
|
+
"PolicyName": {
|
|
136028
|
+
"Documentation": "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-xray-resourcepolicy.html#cfn-xray-resourcepolicy-policyname",
|
|
136029
|
+
"PrimitiveType": "String",
|
|
136030
|
+
"Required": true,
|
|
136031
|
+
"UpdateType": "Immutable"
|
|
136032
|
+
}
|
|
136033
|
+
}
|
|
136034
|
+
},
|
|
134426
136035
|
"AWS::XRay::SamplingRule": {
|
|
134427
136036
|
"Attributes": {
|
|
134428
136037
|
"RuleARN": {
|