@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:45.622Z")
public interface CfnWorkflowProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.glue.*; Object defaultRunProperties; Object tags; CfnWorkflowProps cfnWorkflowProps = CfnWorkflowProps.builder() .defaultRunProperties(defaultRunProperties) .description("description") .maxConcurrentRuns(123) .name("name") .tags(tags) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnWorkflowProps.Builder
A builder for
CfnWorkflowProps |
static class |
CfnWorkflowProps.Jsii$Proxy
An implementation for
CfnWorkflowProps |
Modifier and Type | Method and Description |
---|---|
static CfnWorkflowProps.Builder |
builder() |
default java.lang.Object |
getDefaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
|
default java.lang.String |
getDescription()
A description of the workflow.
|
default 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.
|
default java.lang.String |
getName()
The name of the workflow representing the flow.
|
default java.lang.Object |
getTags()
The tags to use with this workflow.
|
default java.lang.Object getDefaultRunProperties()
default java.lang.String getDescription()
default java.lang.Number getMaxConcurrentRuns()
If you leave this parameter blank, there is no limit to the number of concurrent workflow runs.
default java.lang.String getName()
default java.lang.Object getTags()
static CfnWorkflowProps.Builder builder()
CfnWorkflowProps.Builder
of CfnWorkflowProps