You must be logged in to view saved presets
Configuration to create a CloudWatch Log Group with options for defining a log retention period and encryption at-rest using KMS
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
CWLogGroup:
Type: 'AWS::Logs::LogGroup'
Properties: {}
Parameters: {}
Metadata: {}
Conditions: {}