public static interface AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder,AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder cloudWatchEncryptionEnabled(Boolean cloudWatchEncryptionEnabled)
Whether to enable encryption on the CloudWatch logs.
cloudWatchEncryptionEnabled - Whether to enable encryption on the CloudWatch logs.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder cloudWatchLogGroupName(String cloudWatchLogGroupName)
The name of the CloudWatch log group to send the logs to.
cloudWatchLogGroupName - The name of the CloudWatch log group to send the logs to.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder s3BucketName(String s3BucketName)
The name of the S3 bucket to send logs to.
s3BucketName - The name of the S3 bucket to send logs to.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder s3EncryptionEnabled(Boolean s3EncryptionEnabled)
Whether to encrypt the logs that are sent to the S3 bucket.
s3EncryptionEnabled - Whether to encrypt the logs that are sent to the S3 bucket.AwsEcsClusterConfigurationExecuteCommandConfigurationLogConfigurationDetails.Builder s3KeyPrefix(String s3KeyPrefix)
Identifies the folder in the S3 bucket to send the logs to.
s3KeyPrefix - Identifies the folder in the S3 bucket to send the logs to.Copyright © 2023. All rights reserved.