org-formation / aws-resource-providers

A community driven repository where you can find AWS Resource Type Providers for different purposes (including org-formation ones).
MIT License
88 stars 21 forks source link

fix: cfn validate schema warnings #93

Closed PatMyron closed 3 years ago

PatMyron commented 3 years ago

readOnlyProperties cannot be specified by customers and should not overlap with writeOnlyProperties, createOnlyProperties, or required: {'/properties/ResourceId'}

Don't hardcode the aws partition in ARN patterns: ^arn:aws:securityhub:[A-Za-z0-9-]{1,64}:[0-9]{12}:action/custom/.+$