Class CfnClusterCapacityProviderAssociationsMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnClusterCapacityProviderAssociationsMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterCapacityProviderAssociationsMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterCapacityProviderAssociationsMixinProps
@Stability(Stable)
@Internal
public static final class CfnClusterCapacityProviderAssociationsMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterCapacityProviderAssociationsMixinProps
An implementation for
CfnClusterCapacityProviderAssociationsMixinProps-
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.cfnpropertymixins.services.ecs.CfnClusterCapacityProviderAssociationsMixinProps
CfnClusterCapacityProviderAssociationsMixinProps.Builder, CfnClusterCapacityProviderAssociationsMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClusterCapacityProviderAssociationsMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanThe capacity providers to associate with the cluster.final ObjectThe cluster the capacity provider association is the target of.final ObjectThe default capacity provider strategy to associate with the cluster.final inthashCode()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 theCfnClusterCapacityProviderAssociationsMixinProps.Builder.
-
-
Method Details
-
getCapacityProviders
Description copied from interface:CfnClusterCapacityProviderAssociationsMixinPropsThe capacity providers to associate with the cluster.Returns union: Listinvalid input: '<'either
StringorICapacityProviderRef>- Specified by:
getCapacityProvidersin interfaceCfnClusterCapacityProviderAssociationsMixinProps- See Also:
-
getCluster
Description copied from interface:CfnClusterCapacityProviderAssociationsMixinPropsThe cluster the capacity provider association is the target of.Returns union: either
StringorIClusterRef- Specified by:
getClusterin interfaceCfnClusterCapacityProviderAssociationsMixinProps- See Also:
-
getDefaultCapacityProviderStrategy
Description copied from interface:CfnClusterCapacityProviderAssociationsMixinPropsThe default capacity provider strategy to associate with the cluster.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnClusterCapacityProviderAssociationsPropsMixin.CapacityProviderStrategyProperty>- Specified by:
getDefaultCapacityProviderStrategyin interfaceCfnClusterCapacityProviderAssociationsMixinProps- See Also:
-
$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()
-