aws-cloudformation / aws-cloudformation-resource-providers-stepfunctions

The CloudFormation Resource Provider Package For AWS Step Functions
https://aws.amazon.com/step-functions/
Apache License 2.0
6 stars 4 forks source link

Fix resource schema validation issues #29

Closed jormello closed 2 years ago

jormello commented 2 years ago

Description of changes:

Both the state machine and activity resources were generating warnings when running cfn validate to check the validity of their resource schemas.

The warnings noted that an entry for tagging property is required to define what tagging behaviour is supported.

There was also a warning that the insertionOrder property is needed for any property of type array. The insertionOrder property is set to true to specify that the order in which array items are specified must be honored, and that changing the order of the array will indicate a change in the property.


Testing:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.