Skip to content

Commit 97966dc

Browse files
authored
CloudFormation Template Schema 14.4.0 (#104)
1 parent 7285224 commit 97966dc

File tree

1 file changed

+58
-8
lines changed

1 file changed

+58
-8
lines changed

schema/all-spec.json

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,10 +1950,6 @@
19501950
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-failonwarnings",
19511951
"type" : [ "boolean", "object" ]
19521952
},
1953-
"DisableExecuteApiEndpoint" : {
1954-
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableexecuteapiendpoint",
1955-
"type" : [ "boolean", "object" ]
1956-
},
19571953
"DisableSchemaValidation" : {
19581954
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-api.html#cfn-apigatewayv2-api-disableschemavalidation",
19591955
"type" : [ "boolean", "object" ]
@@ -20110,6 +20106,7 @@
2011020106
"type" : [ "integer", "object" ]
2011120107
}
2011220108
},
20109+
"required" : [ "Name" ],
2011320110
"additionalProperties" : false
2011420111
},
2011520112
"DependsOn" : {
@@ -20119,7 +20116,7 @@
2011920116
}
2012020117
}
2012120118
},
20122-
"required" : [ "Type" ],
20119+
"required" : [ "Type", "Properties" ],
2012320120
"additionalProperties" : false
2012420121
},
2012520122
"AWS_Macie_Session" : {
@@ -20649,6 +20646,10 @@
2064920646
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-storageencrypted",
2065020647
"type" : [ "boolean", "object" ]
2065120648
},
20649+
"RestoreToTime" : {
20650+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretotime",
20651+
"type" : [ "string", "object" ]
20652+
},
2065220653
"EngineVersion" : {
2065320654
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-engineversion",
2065420655
"type" : [ "string", "object" ]
@@ -20697,6 +20698,10 @@
2069720698
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-preferredbackupwindow",
2069820699
"type" : [ "string", "object" ]
2069920700
},
20701+
"UseLatestRestorableTime" : {
20702+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-uselatestrestorabletime",
20703+
"type" : [ "boolean", "object" ]
20704+
},
2070020705
"VpcSecurityGroupIds" : {
2070120706
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-vpcsecuritygroupids",
2070220707
"type" : "array",
@@ -20705,6 +20710,10 @@
2070520710
},
2070620711
"minItems" : 0
2070720712
},
20713+
"SourceDBClusterIdentifier" : {
20714+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-sourcedbclusteridentifier",
20715+
"type" : [ "string", "object" ]
20716+
},
2070820717
"DBClusterParameterGroupName" : {
2070920718
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-dbclusterparametergroupname",
2071020719
"type" : [ "string", "object" ]
@@ -20713,6 +20722,10 @@
2071320722
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-backupretentionperiod",
2071420723
"type" : [ "integer", "object" ]
2071520724
},
20725+
"RestoreType" : {
20726+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-restoretype",
20727+
"type" : [ "string", "object" ]
20728+
},
2071620729
"Tags" : {
2071720730
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbcluster.html#cfn-neptune-dbcluster-tags",
2071820731
"type" : "array",
@@ -27729,6 +27742,12 @@
2772927742
"LoggingConfiguration" : {
2773027743
"$ref" : "#/definitions/AWS_StepFunctions_StateMachine_LoggingConfiguration"
2773127744
},
27745+
"DefinitionSubstitutions" : {
27746+
"$ref" : "#/definitions/AWS_StepFunctions_StateMachine_DefinitionSubstitutions"
27747+
},
27748+
"DefinitionS3Location" : {
27749+
"$ref" : "#/definitions/AWS_StepFunctions_StateMachine_S3Location"
27750+
},
2773227751
"StateMachineName" : {
2773327752
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinename",
2773427753
"type" : [ "string", "object" ]
@@ -27750,7 +27769,7 @@
2775027769
"type" : [ "string", "object" ]
2775127770
}
2775227771
},
27753-
"required" : [ "DefinitionString", "RoleArn" ],
27772+
"required" : [ "RoleArn" ],
2775427773
"additionalProperties" : false
2775527774
},
2775627775
"DependsOn" : {
@@ -36698,12 +36717,15 @@
3669836717
},
3669936718
"minItems" : 0
3670036719
},
36720+
"CronExpression" : {
36721+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-createrule.html#cfn-dlm-lifecyclepolicy-createrule-cronexpression",
36722+
"type" : [ "string", "object" ]
36723+
},
3670136724
"Interval" : {
3670236725
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dlm-lifecyclepolicy-createrule.html#cfn-dlm-lifecyclepolicy-createrule-interval",
3670336726
"type" : [ "integer", "object" ]
3670436727
}
3670536728
},
36706-
"required" : [ "IntervalUnit", "Interval" ],
3670736729
"additionalProperties" : false
3670836730
},
3670936731
"AWS_DLM_LifecyclePolicy_CrossRegionCopyRetainRule" : {
@@ -36719,6 +36741,7 @@
3671936741
"type" : [ "integer", "object" ]
3672036742
}
3672136743
},
36744+
"required" : [ "IntervalUnit", "Interval" ],
3672236745
"additionalProperties" : false
3672336746
},
3672436747
"AWS_DLM_LifecyclePolicy_CrossRegionCopyRule" : {
@@ -36745,6 +36768,7 @@
3674536768
"type" : [ "boolean", "object" ]
3674636769
}
3674736770
},
36771+
"required" : [ "TargetRegion", "Encrypted" ],
3674836772
"additionalProperties" : false
3674936773
},
3675036774
"AWS_DLM_LifecyclePolicy_FastRestoreRule" : {
@@ -54965,6 +54989,12 @@
5496554989
"required" : [ "LogGroupArn" ],
5496654990
"additionalProperties" : false
5496754991
},
54992+
"AWS_StepFunctions_StateMachine_DefinitionSubstitutions" : {
54993+
"type" : "object",
54994+
"description" : null,
54995+
"properties" : { },
54996+
"additionalProperties" : false
54997+
},
5496854998
"AWS_StepFunctions_StateMachine_LogDestination" : {
5496954999
"type" : "object",
5497055000
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-logdestination.html",
@@ -54998,6 +55028,26 @@
5499855028
},
5499955029
"additionalProperties" : false
5500055030
},
55031+
"AWS_StepFunctions_StateMachine_S3Location" : {
55032+
"type" : "object",
55033+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html",
55034+
"properties" : {
55035+
"Bucket" : {
55036+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket",
55037+
"type" : [ "string", "object" ]
55038+
},
55039+
"Version" : {
55040+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version",
55041+
"type" : [ "string", "object" ]
55042+
},
55043+
"Key" : {
55044+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key",
55045+
"type" : [ "string", "object" ]
55046+
}
55047+
},
55048+
"required" : [ "Bucket", "Key" ],
55049+
"additionalProperties" : false
55050+
},
5500155051
"AWS_StepFunctions_StateMachine_TagsEntry" : {
5500255052
"type" : "object",
5500355053
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-tagsentry.html",
@@ -57916,7 +57966,7 @@
5791657966
"$ref": "#/definitions/resources"
5791757967
}
5791857968
},
57919-
"description": "CFN JSON specification generated from version 14.3.0",
57969+
"description": "CFN JSON specification generated from version 14.4.0",
5792057970
"required": [
5792157971
"Resources"
5792257972
]

0 commit comments

Comments
 (0)