AWS::SSM::MaintenanceWindowTask CloudWatchOutputConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SSM::MaintenanceWindowTask CloudWatchOutputConfig

Configuration options for sending command output to Amazon CloudWatch Logs.

Syntax

To declare this entity in your Amazon 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, Amazon 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