Class CfnPipeline.ComputeNodeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnPipeline.ComputeNodeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipeline.ComputeNodeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipeline.ComputeNodeProperty
@Stability(Stable)
@Internal
public static final class CfnPipeline.ComputeNodeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipeline.ComputeNodeProperty
An implementation for
CfnPipeline.ComputeNodeProperty-
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.iotsitewise.CfnPipeline.ComputeNodeProperty
CfnPipeline.ComputeNodeProperty.Builder, CfnPipeline.ComputeNodeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipeline.ComputeNodeProperty.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 StringThe unique name for this compute node within the pipeline.A list of compute node names that must complete successfully before this node can start.final ObjectA map of environment variable key-value pairs.final StringThe name of the task to execute for this compute node.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 theCfnPipeline.ComputeNodeProperty.Builder.
-
-
Method Details
-
getComputeNodeName
Description copied from interface:CfnPipeline.ComputeNodePropertyThe unique name for this compute node within the pipeline.- Specified by:
getComputeNodeNamein interfaceCfnPipeline.ComputeNodeProperty- See Also:
-
getTaskName
Description copied from interface:CfnPipeline.ComputeNodePropertyThe name of the task to execute for this compute node.- Specified by:
getTaskNamein interfaceCfnPipeline.ComputeNodeProperty- See Also:
-
getDependsOn
Description copied from interface:CfnPipeline.ComputeNodePropertyA list of compute node names that must complete successfully before this node can start.- Specified by:
getDependsOnin interfaceCfnPipeline.ComputeNodeProperty- See Also:
-
getEnvironmentVariables
Description copied from interface:CfnPipeline.ComputeNodePropertyA map of environment variable key-value pairs.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getEnvironmentVariablesin interfaceCfnPipeline.ComputeNodeProperty- 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()
-