@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.772Z") @Stability(value=Experimental) public interface ExecuteCommandLogConfiguration extends software.amazon.jsii.JsiiSerializable
The logs can be sent to CloudWatch Logs and/ or an Amazon S3 bucket. For more information, see [ExecuteCommandLogConfiguration] https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-cluster-executecommandlogconfiguration.html
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExecuteCommandLogConfiguration.Builder
A builder for
ExecuteCommandLogConfiguration |
static class |
ExecuteCommandLogConfiguration.Jsii$Proxy
An implementation for
ExecuteCommandLogConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static ExecuteCommandLogConfiguration.Builder |
builder() |
default Boolean |
getCloudWatchEncryptionEnabled()
(experimental) Whether or not to enable encryption on the CloudWatch logs.
|
default ILogGroup |
getCloudWatchLogGroup()
(experimental) The name of the CloudWatch log group to send logs to.
|
default IBucket |
getS3Bucket()
(experimental) The name of the S3 bucket to send logs to.
|
default Boolean |
getS3EncryptionEnabled()
(experimental) Whether or not to enable encryption on the CloudWatch logs.
|
default String |
getS3KeyPrefix()
(experimental) An optional folder in the S3 bucket to place logs in.
|
@Stability(value=Experimental) @Nullable default Boolean getCloudWatchEncryptionEnabled()
Default: - encryption will be disabled.
@Stability(value=Experimental) @Nullable default ILogGroup getCloudWatchLogGroup()
The CloudWatch log group must already be created.
Default: - none
@Stability(value=Experimental) @Nullable default IBucket getS3Bucket()
The S3 bucket must already be created.
Default: - none
@Stability(value=Experimental) @Nullable default Boolean getS3EncryptionEnabled()
Default: - encryption will be disabled.
@Stability(value=Experimental) @Nullable default String getS3KeyPrefix()
Default: - none
@Stability(value=Experimental) static ExecuteCommandLogConfiguration.Builder builder()
Copyright © 2021. All rights reserved.