@Stability(value=Stable)
public static interface CfnCluster.ClusterConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getExecuteCommandConfiguration()
The details of the execute command configuration.
|
@Stability(value=Stable) @Nullable default Object getExecuteCommandConfiguration()
@Stability(value=Stable) static CfnCluster.ClusterConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.