| 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)
 Whether or not to enable 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)
 Whether or not to enable encryption on the CloudWatch 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 © 2021. All rights reserved.