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

snapshot handler #96

Closed PatMyron closed 3 years ago

PatMyron commented 4 years ago

https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/issues/224 https://github.com/aws-cloudformation/aws-cloudformation-resource-schema/issues/76

in order to better support Snapshot policies in DeletionPolicy and UpdateReplacePolicy

by allowing snapshot handler properties like permissions and timeoutInMinutes to be modeled

actual snapshot handler implementations will need further work, but think this is useful by itself for anyone creating permissions boundaries based on schemas