@Stability(value=Stable) public static final class CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty>
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty |
build()
Builds the configured instance.
|
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder |
cloudWatchLogGroupName(String cloudWatchLogGroupName)
|
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder |
cloudWatchOutputEnabled(Boolean cloudWatchOutputEnabled)
|
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder |
cloudWatchOutputEnabled(IResolvable cloudWatchOutputEnabled)
|
@Stability(value=Stable) public CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder cloudWatchLogGroupName(String cloudWatchLogGroupName)
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.getCloudWatchLogGroupName()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*
this@Stability(value=Stable) public CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder cloudWatchOutputEnabled(Boolean cloudWatchOutputEnabled)
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.getCloudWatchOutputEnabled()cloudWatchOutputEnabled - Enables Systems Manager to send command output to CloudWatch Logs.this@Stability(value=Stable) public CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder cloudWatchOutputEnabled(IResolvable cloudWatchOutputEnabled)
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.getCloudWatchOutputEnabled()cloudWatchOutputEnabled - Enables Systems Manager to send command output to CloudWatch Logs.this@Stability(value=Stable) public CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty>CfnMaintenanceWindowTask.CloudWatchOutputConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.