Skip to content

Commit 9a2f880

Browse files
authored
CloudFormation Template Schema 12.2.0 (#94)
1 parent d7afd04 commit 9a2f880

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

schema/all-spec.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25190,10 +25190,6 @@
2519025190
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-value",
2519125191
"type" : [ "string", "object" ]
2519225192
},
25193-
"DataType" : {
25194-
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-datatype",
25195-
"type" : [ "string", "object" ]
25196-
},
2519725193
"Tags" : {
2519825194
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html#cfn-ssm-parameter-tags",
2519925195
"type" : [ "object" ]
@@ -26909,6 +26905,9 @@
2690926905
"StateMachineType" : {
2691026906
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-stepfunctions-statemachine.html#cfn-stepfunctions-statemachine-statemachinetype",
2691126907
"type" : [ "string", "object" ]
26908+
},
26909+
"TracingConfiguration" : {
26910+
"$ref" : "#/definitions/AWS_StepFunctions_StateMachine_TracingConfiguration"
2691226911
}
2691326912
},
2691426913
"required" : [ "DefinitionString", "RoleArn" ],
@@ -53556,6 +53555,18 @@
5355653555
"required" : [ "Value", "Key" ],
5355753556
"additionalProperties" : false
5355853557
},
53558+
"AWS_StepFunctions_StateMachine_TracingConfiguration" : {
53559+
"type" : "object",
53560+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-tracingconfiguration.html",
53561+
"properties" : {
53562+
"Enabled" : {
53563+
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-tracingconfiguration.html#cfn-stepfunctions-statemachine-tracingconfiguration-enabled",
53564+
"type" : [ "boolean", "object" ]
53565+
}
53566+
},
53567+
"required" : [ "Enabled" ],
53568+
"additionalProperties" : false
53569+
},
5355953570
"AWS_Transfer_Server_EndpointDetails" : {
5356053571
"type" : "object",
5356153572
"description" : "http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-transfer-server-endpointdetails.html",
@@ -56339,7 +56350,7 @@
5633956350
"$ref": "#/definitions/resources"
5634056351
}
5634156352
},
56342-
"description": "CFN JSON specification generated from version 12.1.0",
56353+
"description": "CFN JSON specification generated from version 12.2.0",
5634356354
"required": [
5634456355
"Resources"
5634556356
]

0 commit comments

Comments
 (0)