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: