| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchOutputConfig |
CloudWatchOutputConfig.clone() |
CloudWatchOutputConfig |
SendCommandRequest.getCloudWatchOutputConfig()
Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs.
|
CloudWatchOutputConfig |
GetCommandInvocationResult.getCloudWatchOutputConfig()
Amazon CloudWatch Logs information where Systems Manager sent the command output.
|
CloudWatchOutputConfig |
CommandInvocation.getCloudWatchOutputConfig()
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
CloudWatchOutputConfig |
Command.getCloudWatchOutputConfig()
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
CloudWatchOutputConfig |
MaintenanceWindowRunCommandParameters.getCloudWatchOutputConfig() |
CloudWatchOutputConfig |
CloudWatchOutputConfig.withCloudWatchLogGroupName(String cloudWatchLogGroupName)
The name of the CloudWatch Logs log group where you want to send command output.
|
CloudWatchOutputConfig |
CloudWatchOutputConfig.withCloudWatchOutputEnabled(Boolean cloudWatchOutputEnabled)
Enables Systems Manager to send command output to CloudWatch Logs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SendCommandRequest.setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs.
|
void |
GetCommandInvocationResult.setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where Systems Manager sent the command output.
|
void |
CommandInvocation.setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
void |
Command.setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
void |
MaintenanceWindowRunCommandParameters.setCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) |
SendCommandRequest |
SendCommandRequest.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Enables Amazon Web Services Systems Manager to send Run Command output to Amazon CloudWatch Logs.
|
GetCommandInvocationResult |
GetCommandInvocationResult.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where Systems Manager sent the command output.
|
CommandInvocation |
CommandInvocation.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
Command |
Command.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
Amazon CloudWatch Logs information where you want Amazon Web Services Systems Manager to send the command output.
|
MaintenanceWindowRunCommandParameters |
MaintenanceWindowRunCommandParameters.withCloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig) |
Copyright © 2023. All rights reserved.