Class CfnImagePipeline.WorkflowConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImagePipeline.WorkflowConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImagePipeline.WorkflowConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImagePipeline.WorkflowConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnImagePipeline.WorkflowConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImagePipeline.WorkflowConfigurationProperty
An implementation for
CfnImagePipeline.WorkflowConfigurationProperty-
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.imagebuilder.CfnImagePipeline.WorkflowConfigurationProperty
CfnImagePipeline.WorkflowConfigurationProperty.Builder, CfnImagePipeline.WorkflowConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnImagePipeline.WorkflowConfigurationProperty.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 action to take if the workflow fails.final StringTest workflows are defined within named runtime groups called parallel groups.final ObjectContains parameter values for each of the parameters that the workflow document defined for the workflow resource.final StringThe Amazon Resource Name (ARN) of the workflow resource.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 theCfnImagePipeline.WorkflowConfigurationProperty.Builder.
-
-
Method Details
-
getOnFailure
Description copied from interface:CfnImagePipeline.WorkflowConfigurationPropertyThe action to take if the workflow fails.- Specified by:
getOnFailurein interfaceCfnImagePipeline.WorkflowConfigurationProperty- See Also:
-
getParallelGroup
Description copied from interface:CfnImagePipeline.WorkflowConfigurationPropertyTest workflows are defined within named runtime groups called parallel groups.The parallel group is the named group that contains this test workflow. Test workflows within a parallel group can run at the same time. Image Builder starts up to five test workflows in the group at the same time, and starts additional workflows as others complete, until all workflows in the group have completed. This field only applies for test workflows.
- Specified by:
getParallelGroupin interfaceCfnImagePipeline.WorkflowConfigurationProperty- See Also:
-
getParameters
Description copied from interface:CfnImagePipeline.WorkflowConfigurationPropertyContains parameter values for each of the parameters that the workflow document defined for the workflow resource.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnImagePipeline.WorkflowParameterProperty>- Specified by:
getParametersin interfaceCfnImagePipeline.WorkflowConfigurationProperty- See Also:
-
getWorkflowArn
Description copied from interface:CfnImagePipeline.WorkflowConfigurationPropertyThe Amazon Resource Name (ARN) of the workflow resource.- Specified by:
getWorkflowArnin interfaceCfnImagePipeline.WorkflowConfigurationProperty- 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()
-