Class CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty
@Stability(Stable)
@Internal
public static final class CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty
An implementation for
CfnComputeNodeGroupPropsMixin.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.cfnpropertymixins.services.pcs.CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty
CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty.Builder, CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputeNodeGroupPropsMixin.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 theCfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty.Builder.
-
-
Method Details
-
getArguments
Description copied from interface:CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptPropertyAn ordered list of arguments passed to the script.- Specified by:
getArgumentsin interfaceCfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty- See Also:
-
getExecutionPolicy
Description copied from interface:CfnComputeNodeGroupPropsMixin.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 interfaceCfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty- See Also:
-
getName
Description copied from interface:CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptPropertyA human-readable name that identifies the script.- Specified by:
getNamein interfaceCfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty- See Also:
-
getOnError
Description copied from interface:CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptPropertyThe behavior when the script exits with an error.Defaults to TERMINATE.
- Specified by:
getOnErrorin interfaceCfnComputeNodeGroupPropsMixin.NodeLifecycleScriptProperty- See Also:
-
getScriptSource
Description copied from interface:CfnComputeNodeGroupPropsMixin.NodeLifecycleScriptPropertyThe external location of a lifecycle script.Returns union: either
IResolvableorCfnComputeNodeGroupPropsMixin.ScriptSourceProperty- Specified by:
getScriptSourcein interfaceCfnComputeNodeGroupPropsMixin.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()
-