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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnImage.WorkflowConfigurationProperty
CfnImage.WorkflowConfigurationProperty.Builder, CfnImage.WorkflowConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnImage.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 theCfnImage.WorkflowConfigurationProperty.Builder.
-
-
Method Details
-
getOnFailure
Description copied from interface:CfnImage.WorkflowConfigurationPropertyThe action to take if the workflow fails.- Specified by:
getOnFailurein interfaceCfnImage.WorkflowConfigurationProperty- See Also:
-
getParallelGroup
Description copied from interface:CfnImage.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 interfaceCfnImage.WorkflowConfigurationProperty- See Also:
-
getParameters
Description copied from interface:CfnImage.WorkflowConfigurationPropertyContains parameter values for each of the parameters that the workflow document defined for the workflow resource.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnImage.WorkflowParameterProperty>- Specified by:
getParametersin interfaceCfnImage.WorkflowConfigurationProperty- See Also:
-
getWorkflowArn
Description copied from interface:CfnImage.WorkflowConfigurationPropertyThe Amazon Resource Name (ARN) of the workflow resource.- Specified by:
getWorkflowArnin interfaceCfnImage.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()
-