@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.596Z") @Stability(value=Stable) public interface CfnWorkflowProps extends software.amazon.jsii.JsiiSerializable
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")
.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 Object |
getDefaultRunProperties()
A collection of properties to be used as part of each execution of the workflow.
|
default String |
getDescription()
A description of the workflow.
|
default String |
getName()
The name of the workflow representing the flow.
|
default Object |
getTags()
The tags to use with this workflow.
|
@Stability(value=Stable) @Nullable default Object getDefaultRunProperties()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default Object getTags()
@Stability(value=Stable) static CfnWorkflowProps.Builder builder()
CfnWorkflowProps.Builder of CfnWorkflowPropsCopyright © 2022. All rights reserved.