| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.builder() |
ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.Builder.cloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled)
Determines whether to use encryption on the CloudWatch logs.
|
ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.Builder.cloudWatchLogGroupName(String cloudWatchLogGroupName)
The name of the CloudWatch log group to send logs to.
|
ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.Builder.s3BucketName(String s3BucketName)
The name of the S3 bucket to send logs to.
|
ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.Builder.s3EncryptionEnabled(Boolean s3EncryptionEnabled)
Determines whether to use encryption on the S3 logs.
|
ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.Builder.s3KeyPrefix(String s3KeyPrefix)
An optional folder in the S3 bucket to place logs in.
|
ExecuteCommandLogConfiguration.Builder |
ExecuteCommandLogConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ExecuteCommandLogConfiguration.Builder> |
ExecuteCommandLogConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ExecuteCommandConfiguration.Builder |
ExecuteCommandConfiguration.Builder.logConfiguration(Consumer<ExecuteCommandLogConfiguration.Builder> logConfiguration)
The log configuration for the results of the execute command actions.
|
Copyright © 2023. All rights reserved.