aws-cloudformation / cloudformation-resource-schema

The CloudFormation Resource Schema defines the shape and semantic for resources provisioned by CloudFormation. It is used by provider developers using the CloudFormation RPDK.
Apache License 2.0
90 stars 38 forks source link

Add custom property arrayType #139

Closed gsurbhi closed 1 year ago

gsurbhi commented 1 year 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 consists of primitive types.

benbridts commented 1 year ago

The changes / commits seen to be unrelated to the PR title?