Class CfnComputeNodeGroup.NodeLifecycleScriptProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcs.CfnComputeNodeGroup.NodeLifecycleScriptProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeNodeGroup.NodeLifecycleScriptProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeNodeGroup.NodeLifecycleScriptProperty
@Stability(Stable)
@Internal
public static final class CfnComputeNodeGroup.NodeLifecycleScriptProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputeNodeGroup.NodeLifecycleScriptProperty
An implementation for
CfnComputeNodeGroup.NodeLifecycleScriptProperty-
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.pcs.CfnComputeNodeGroup.NodeLifecycleScriptProperty
CfnComputeNodeGroup.NodeLifecycleScriptProperty.Builder, CfnComputeNodeGroup.NodeLifecycleScriptProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputeNodeGroup.NodeLifecycleScriptProperty.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 booleanAn ordered list of arguments passed to the script.final StringWhether the script runs only on the node's first boot (FIRST_BOOT_ONLY) or on every boot including reboots (EVERY_BOOT).final StringgetName()A human-readable name that identifies the script.final StringThe behavior when the script exits with an error.final ObjectThe external location of a lifecycle script.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 theCfnComputeNodeGroup.NodeLifecycleScriptProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnComputeNodeGroup.NodeLifecycleScriptPropertyA human-readable name that identifies the script.- Specified by:
getNamein interfaceCfnComputeNodeGroup.NodeLifecycleScriptProperty- See Also:
-
getScriptSource
Description copied from interface:CfnComputeNodeGroup.NodeLifecycleScriptPropertyThe external location of a lifecycle script.Returns union: either
IResolvableorCfnComputeNodeGroup.ScriptSourceProperty- Specified by:
getScriptSourcein interfaceCfnComputeNodeGroup.NodeLifecycleScriptProperty- See Also:
-
getArguments
Description copied from interface:CfnComputeNodeGroup.NodeLifecycleScriptPropertyAn ordered list of arguments passed to the script.- Specified by:
getArgumentsin interfaceCfnComputeNodeGroup.NodeLifecycleScriptProperty- See Also:
-
getExecutionPolicy
Description copied from interface:CfnComputeNodeGroup.NodeLifecycleScriptPropertyWhether the script runs only on the node's first boot (FIRST_BOOT_ONLY) or on every boot including reboots (EVERY_BOOT).Defaults to FIRST_BOOT_ONLY.
- Specified by:
getExecutionPolicyin interfaceCfnComputeNodeGroup.NodeLifecycleScriptProperty- See Also:
-
getOnError
Description copied from interface:CfnComputeNodeGroup.NodeLifecycleScriptPropertyThe behavior when the script exits with an error.Defaults to TERMINATE.
- Specified by:
getOnErrorin interfaceCfnComputeNodeGroup.NodeLifecycleScriptProperty- 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()
-