aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
318 stars 161 forks source link

Add custom property arrayType #901

Closed gsurbhi closed 2 years ago

gsurbhi commented 2 years ago

arrayType is only applicable for property of type array. When set to AttributeList, it indicates that the array is of nested type objects, and when set to Standard it indicates that the array is of primitive types

benbridts commented 2 years ago

The changes seem unrelated to the title / description?

gsurbhi commented 2 years ago

Incorrect pull request