MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig

data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfig(val cloudwatchLogGroupName: String? = null, val cloudwatchOutputEnabled: Boolean? = null)

Constructors

constructor(cloudwatchLogGroupName: String? = null, cloudwatchOutputEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Enables Systems Manager to send command output to CloudWatch Logs.