Interface CfnComputeNodeGroupPropsMixin.ScriptSourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnComputeNodeGroupPropsMixin.ScriptSourceProperty.Jsii$Proxy
- Enclosing class:
CfnComputeNodeGroupPropsMixin
@Stability(Stable)
public static interface CfnComputeNodeGroupPropsMixin.ScriptSourceProperty
extends software.amazon.jsii.JsiiSerializable
The external location of a lifecycle script.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.pcs.*;
ScriptSourceProperty scriptSourceProperty = ScriptSourceProperty.builder()
.checksum("checksum")
.s3VersionId("s3VersionId")
.scriptLocation("scriptLocation")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnComputeNodeGroupPropsMixin.ScriptSourcePropertystatic final classAn implementation forCfnComputeNodeGroupPropsMixin.ScriptSourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getChecksum
A 64-character hexadecimal SHA-256 digest used to verify script integrity.- See Also:
-
getS3VersionId
The S3 object version ID of the script, when stored in a versioned bucket.- See Also:
-
getScriptLocation
The S3 URI or HTTPS URL where the script is stored.- See Also:
-
builder
-