Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

AWSTemplateFormatVersion: 2010-09-09
Parameters:
ParamBucketPrefix:
Type: String
Description: The bucket name must contain only lowercase letters, numbers, periods (.), and dashes (-).
MinLength: 3
MaxLength: 63
ParamRetentionDays:
Type: Number