Class CfnComputeNodeGroupPropsMixin.ScriptSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnComputeNodeGroupPropsMixin.ScriptSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComputeNodeGroupPropsMixin.ScriptSourceProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComputeNodeGroupPropsMixin.ScriptSourceProperty
@Stability(Stable)
@Internal
public static final class CfnComputeNodeGroupPropsMixin.ScriptSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComputeNodeGroupPropsMixin.ScriptSourceProperty
An implementation for
CfnComputeNodeGroupPropsMixin.ScriptSourceProperty-
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.ScriptSourceProperty
CfnComputeNodeGroupPropsMixin.ScriptSourceProperty.Builder, CfnComputeNodeGroupPropsMixin.ScriptSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComputeNodeGroupPropsMixin.ScriptSourceProperty.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 StringA 64-character hexadecimal SHA-256 digest used to verify script integrity.final StringThe S3 object version ID of the script, when stored in a versioned bucket.final StringThe S3 URI or HTTPS URL where the script is stored.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.ScriptSourceProperty.Builder.
-
-
Method Details
-
getChecksum
Description copied from interface:CfnComputeNodeGroupPropsMixin.ScriptSourcePropertyA 64-character hexadecimal SHA-256 digest used to verify script integrity.- Specified by:
getChecksumin interfaceCfnComputeNodeGroupPropsMixin.ScriptSourceProperty- See Also:
-
getS3VersionId
Description copied from interface:CfnComputeNodeGroupPropsMixin.ScriptSourcePropertyThe S3 object version ID of the script, when stored in a versioned bucket.- Specified by:
getS3VersionIdin interfaceCfnComputeNodeGroupPropsMixin.ScriptSourceProperty- See Also:
-
getScriptLocation
Description copied from interface:CfnComputeNodeGroupPropsMixin.ScriptSourcePropertyThe S3 URI or HTTPS URL where the script is stored.- Specified by:
getScriptLocationin interfaceCfnComputeNodeGroupPropsMixin.ScriptSourceProperty- 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()
-