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