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