Class CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.deadline.CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleet.CustomerManagedFleetConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleet.CustomerManagedFleetConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleet.CustomerManagedFleetConfigurationProperty
An implementation for
CfnFleet.CustomerManagedFleetConfigurationProperty-
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.deadline.CfnFleet.CustomerManagedFleetConfigurationProperty
CfnFleet.CustomerManagedFleetConfigurationProperty.Builder, CfnFleet.CustomerManagedFleetConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleet.CustomerManagedFleetConfigurationProperty.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 booleanfinal StringgetMode()The AWS Auto Scaling mode for the customer managed fleet configuration.final StringThe storage profile ID.final StringSpecifies whether tags associated with a fleet are attached to workers when the worker is launched.final ObjectThe worker capabilities for a customer managed fleet configuration.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 theCfnFleet.CustomerManagedFleetConfigurationProperty.Builder.
-
-
Method Details
-
getMode
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertyThe AWS Auto Scaling mode for the customer managed fleet configuration.- Specified by:
getModein interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- See Also:
-
getWorkerCapabilities
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertyThe worker capabilities for a customer managed fleet configuration.Returns union: either
IResolvableorCfnFleet.CustomerManagedWorkerCapabilitiesProperty- Specified by:
getWorkerCapabilitiesin interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- See Also:
-
getStorageProfileId
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertyThe storage profile ID.- Specified by:
getStorageProfileIdin interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- See Also:
-
getTagPropagationMode
Description copied from interface:CfnFleet.CustomerManagedFleetConfigurationPropertySpecifies whether tags associated with a fleet are attached to workers when the worker is launched.When the
tagPropagationModeis set toPROPAGATE_TAGS_TO_WORKERS_AT_LAUNCHany tag associated with a fleet is attached to workers when they launch. If the tags for a fleet change, the tags associated with running workers do not change.If you don't specify
tagPropagationMode, the default isNO_PROPAGATION.- Specified by:
getTagPropagationModein interfaceCfnFleet.CustomerManagedFleetConfigurationProperty- 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()
-