| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchOutputConfig |
MaintenanceWindowRunCommandParameters.cloudWatchOutputConfig()
Returns the value of the CloudWatchOutputConfig property for this object.
|
CloudWatchOutputConfig |
GetCommandInvocationResponse.cloudWatchOutputConfig()
CloudWatch Logs information where Systems Manager sent the command output.
|
CloudWatchOutputConfig |
CommandInvocation.cloudWatchOutputConfig()
CloudWatch Logs information where you want Systems Manager to send the command output.
|
CloudWatchOutputConfig |
SendCommandRequest.cloudWatchOutputConfig()
Enables Systems Manager to send Run Command output to Amazon CloudWatch Logs.
|
CloudWatchOutputConfig |
Command.cloudWatchOutputConfig()
CloudWatch Logs information where you want Systems Manager to send the command output.
|
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowRunCommandParameters.Builder |
MaintenanceWindowRunCommandParameters.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Sets the value of the CloudWatchOutputConfig property for this object.
|
GetCommandInvocationResponse.Builder |
GetCommandInvocationResponse.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
CloudWatch Logs information where Systems Manager sent the command output.
|
CommandInvocation.Builder |
CommandInvocation.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
CloudWatch Logs information where you want Systems Manager to send the command output.
|
SendCommandRequest.Builder |
SendCommandRequest.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Enables Systems Manager to send Run Command output to Amazon CloudWatch Logs.
|
Command.Builder |
Command.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
CloudWatch Logs information where you want Systems Manager to send the command output.
|
Copyright © 2021. All rights reserved.