@Generated(value="software.amazon.awssdk:codegen") public final class AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails>
The log configuration for the results of the run command actions.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean cloudWatchEncryptionEnabled()
Whether to enable encryption on the CloudWatch logs.
public final String cloudWatchLogGroupName()
The name of the CloudWatch log group to send the logs to.
public final String s3BucketName()
The name of the S3 bucket to send logs to.
public final Boolean s3EncryptionEnabled()
Whether to encrypt the logs that are sent to the S3 bucket.
public final String s3KeyPrefix()
Identifies the folder in the S3 bucket to send the logs to.
public AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder toBuilder()
public static AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder builder()
public static Class<? extends AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.