AWS::SSM::MaintenanceWindowTask CloudWatchOutputConfig - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SSM::MaintenanceWindowTask CloudWatchOutputConfig

Configuration options for sending command output to Amazon CloudWatch Logs.

Syntax

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