Class CfnCluster.ClusterSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnCluster.ClusterSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.ClusterSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCluster.ClusterSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.ClusterSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.ClusterSettingsProperty
An implementation for
CfnCluster.ClusterSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ecs.CfnCluster.ClusterSettingsProperty
CfnCluster.ClusterSettingsProperty.Builder, CfnCluster.ClusterSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.ClusterSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.ClusterSettingsProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnCluster.ClusterSettingsPropertyThe name of the cluster setting.The value is
containerInsights.- Specified by:
getNamein interfaceCfnCluster.ClusterSettingsProperty
-
getValue
Description copied from interface:CfnCluster.ClusterSettingsPropertyThe value to set for the cluster setting. The supported values areenabledanddisabled.If you set
nametocontainerInsightsandvaluetoenabled, CloudWatch Container Insights will be on for the cluster, otherwise it will be off unless thecontainerInsightsaccount setting is turned on. If a cluster value is specified, it will override thecontainerInsightsvalue set with PutAccountSetting or PutAccountSettingDefault .- Specified by:
getValuein interfaceCfnCluster.ClusterSettingsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-