This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AWSTemplateFormatVersion: 2010-09-09 | |
Description: S3 bucket remediation automation using AWS Config and AWS Service Manager | |
Parameters: | |
Versioning: | |
Type: String | |
AllowedValues: [ "true", "false" ] | |
Default: "true" |