Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
ExecuteCommandLogConfiguration |
ExecuteCommandLogConfiguration.clone() |
ExecuteCommandLogConfiguration |
ExecuteCommandConfiguration.getLogConfiguration()
The log configuration for the results of the execute command actions.
|
ExecuteCommandLogConfiguration |
ExecuteCommandLogConfiguration.withCloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled)
Determines whether to use encryption on the CloudWatch logs.
|
ExecuteCommandLogConfiguration |
ExecuteCommandLogConfiguration.withCloudWatchLogGroupName(String cloudWatchLogGroupName)
The name of the CloudWatch log group to send logs to.
|
ExecuteCommandLogConfiguration |
ExecuteCommandLogConfiguration.withS3BucketName(String s3BucketName)
The name of the S3 bucket to send logs to.
|
ExecuteCommandLogConfiguration |
ExecuteCommandLogConfiguration.withS3EncryptionEnabled(Boolean s3EncryptionEnabled)
Determines whether to use encryption on the S3 logs.
|
ExecuteCommandLogConfiguration |
ExecuteCommandLogConfiguration.withS3KeyPrefix(String s3KeyPrefix)
An optional folder in the S3 bucket to place logs in.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecuteCommandConfiguration.setLogConfiguration(ExecuteCommandLogConfiguration logConfiguration)
The log configuration for the results of the execute command actions.
|
ExecuteCommandConfiguration |
ExecuteCommandConfiguration.withLogConfiguration(ExecuteCommandLogConfiguration logConfiguration)
The log configuration for the results of the execute command actions.
|
Copyright © 2022. All rights reserved.