Maintenance Window Task Task Invocation Parameters Run Command Parameters Cloudwatch Config Args
data class MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfigArgs(val cloudwatchLogGroupName: Output<String>? = null, val cloudwatchOutputEnabled: Output<Boolean>? = null) : ConvertibleToJava<MaintenanceWindowTaskTaskInvocationParametersRunCommandParametersCloudwatchConfigArgs>
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.