AWS::SSM::MaintenanceWindowTask CloudWatchOutputConfig - AWS CloudFormation

AWS::SSM::MaintenanceWindowTask CloudWatchOutputConfig

Configuration options for sending command output to Amazon CloudWatch Logs.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "CloudWatchLogGroupName" : String, "CloudWatchOutputEnabled" : Boolean }

Properties

CloudWatchLogGroupName

The name of the CloudWatch Logs log group where you want to send command output. If you don't specify a group name, AWS Systems Manager automatically creates a log group for you. The log group uses the following naming format:

aws/ssm/SystemsManagerDocumentName

Required: No

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

CloudWatchOutputEnabled

Enables Systems Manager to send command output to CloudWatch Logs.

Required: No

Type: Boolean

Update requires: No interruption