public static final class CfnWorkflowProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWorkflowProps
CfnWorkflowProps
CfnWorkflowProps.Builder, CfnWorkflowProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getDefaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
|
java.lang.String |
getDescription()
A description of the workflow.
|
java.lang.Number |
getMaxConcurrentRuns()
You can use this parameter to prevent unwanted multiple updates to data, to control costs, or in some cases, to prevent exceeding the maximum number of concurrent runs of any of the component jobs.
|
java.lang.String |
getName()
The name of the workflow representing the flow.
|
java.lang.Object |
getTags()
The tags to use with this workflow.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDefaultRunProperties()
CfnWorkflowProps
getDefaultRunProperties
in interface CfnWorkflowProps
public final java.lang.String getDescription()
CfnWorkflowProps
getDescription
in interface CfnWorkflowProps
public final java.lang.Number getMaxConcurrentRuns()
CfnWorkflowProps
If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
getMaxConcurrentRuns
in interface CfnWorkflowProps
public final java.lang.String getName()
CfnWorkflowProps
getName
in interface CfnWorkflowProps
public final java.lang.Object getTags()
CfnWorkflowProps
getTags
in interface CfnWorkflowProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()