Class CfnImage.WorkflowConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImage.WorkflowConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImage.WorkflowConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnImage.WorkflowConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnImage.WorkflowConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImage.WorkflowConfigurationProperty
An implementation for
CfnImage.WorkflowConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnImage.WorkflowConfigurationProperty
CfnImage.WorkflowConfigurationProperty.Builder, CfnImage.WorkflowConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnImage.WorkflowConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The action to take if the workflow fails.final String
Test workflows are defined within named runtime groups called parallel groups.final Object
Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.final String
The Amazon Resource Name (ARN) of the workflow resource.final int
hashCode()
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 theCfnImage.WorkflowConfigurationProperty.Builder
.
-
-
Method Details
-
getOnFailure
Description copied from interface:CfnImage.WorkflowConfigurationProperty
The action to take if the workflow fails.- Specified by:
getOnFailure
in interfaceCfnImage.WorkflowConfigurationProperty
- See Also:
-
getParallelGroup
Description copied from interface:CfnImage.WorkflowConfigurationProperty
Test 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:
getParallelGroup
in interfaceCfnImage.WorkflowConfigurationProperty
- See Also:
-
getParameters
Description copied from interface:CfnImage.WorkflowConfigurationProperty
Contains parameter values for each of the parameters that the workflow document defined for the workflow resource.- Specified by:
getParameters
in interfaceCfnImage.WorkflowConfigurationProperty
- See Also:
-
getWorkflowArn
Description copied from interface:CfnImage.WorkflowConfigurationProperty
The Amazon Resource Name (ARN) of the workflow resource.- Specified by:
getWorkflowArn
in interfaceCfnImage.WorkflowConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-