| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchOutputConfig |
CommandInvocation.cloudWatchOutputConfig()
CloudWatch Logs information where you want Systems Manager to send the command output.
|
CloudWatchOutputConfig |
GetCommandInvocationResponse.cloudWatchOutputConfig()
CloudWatch Logs information where Systems Manager sent 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 |
|---|---|
CommandInvocation.Builder |
CommandInvocation.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
CloudWatch Logs information where you want Systems Manager to send the command output.
|
GetCommandInvocationResponse.Builder |
GetCommandInvocationResponse.Builder.cloudWatchOutputConfig(CloudWatchOutputConfig cloudWatchOutputConfig)
CloudWatch Logs information where Systems Manager sent 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 © 2019. All rights reserved.