public static interface CfnCluster.ClusterConfigurationProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ecs.*; ClusterConfigurationProperty clusterConfigurationProperty = ClusterConfigurationProperty.builder() .executeCommandConfiguration(ExecuteCommandConfigurationProperty.builder() .kmsKeyId("kmsKeyId") .logConfiguration(ExecuteCommandLogConfigurationProperty.builder() .cloudWatchEncryptionEnabled(false) .cloudWatchLogGroupName("cloudWatchLogGroupName") .s3BucketName("s3BucketName") .s3EncryptionEnabled(false) .s3KeyPrefix("s3KeyPrefix") .build()) .logging("logging") .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCluster.ClusterConfigurationProperty.Builder
A builder for
CfnCluster.ClusterConfigurationProperty |
static class |
CfnCluster.ClusterConfigurationProperty.Jsii$Proxy
An implementation for
CfnCluster.ClusterConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCluster.ClusterConfigurationProperty.Builder |
builder() |
default java.lang.Object |
getExecuteCommandConfiguration()
The details of the execute command configuration.
|
default java.lang.Object getExecuteCommandConfiguration()
static CfnCluster.ClusterConfigurationProperty.Builder builder()