Interface CfnCluster.ClusterSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCluster.ClusterSettingsProperty.Jsii$Proxy
Enclosing class:
CfnCluster

@Stability(Stable) public static interface CfnCluster.ClusterSettingsProperty extends software.amazon.jsii.JsiiSerializable
The settings to use when creating a cluster.

This parameter is used to turn on CloudWatch Container Insights for a cluster.

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.*;
 ClusterSettingsProperty clusterSettingsProperty = ClusterSettingsProperty.builder()
         .name("name")
         .value("value")
         .build();
 

See Also: