@Stability(value=Stable)
public static interface CfnCluster.ExecuteCommandLogConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.ExecuteCommandLogConfigurationProperty.Builder
A builder for
CfnCluster.ExecuteCommandLogConfigurationProperty |
static class |
CfnCluster.ExecuteCommandLogConfigurationProperty.Jsii$Proxy
An implementation for
CfnCluster.ExecuteCommandLogConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.ExecuteCommandLogConfigurationProperty.Builder |
builder() |
default Object |
getCloudWatchEncryptionEnabled()
`CfnCluster.ExecuteCommandLogConfigurationProperty.CloudWatchEncryptionEnabled`.
|
default String |
getCloudWatchLogGroupName()
`CfnCluster.ExecuteCommandLogConfigurationProperty.CloudWatchLogGroupName`.
|
default String |
getS3BucketName()
`CfnCluster.ExecuteCommandLogConfigurationProperty.S3BucketName`.
|
default Object |
getS3EncryptionEnabled()
`CfnCluster.ExecuteCommandLogConfigurationProperty.S3EncryptionEnabled`.
|
default String |
getS3KeyPrefix()
`CfnCluster.ExecuteCommandLogConfigurationProperty.S3KeyPrefix`.
|
@Stability(value=Stable) @Nullable default Object getCloudWatchEncryptionEnabled()
@Stability(value=Stable) @Nullable default String getCloudWatchLogGroupName()
@Stability(value=Stable) @Nullable default String getS3BucketName()
@Stability(value=Stable) @Nullable default Object getS3EncryptionEnabled()
@Stability(value=Stable) @Nullable default String getS3KeyPrefix()
@Stability(value=Stable) static CfnCluster.ExecuteCommandLogConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.