| Package | Description |
|---|---|
| software.amazon.awscdk.services.transfer |
AWS Transfer for SFTP Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkflow.Builder |
CfnWorkflow.Builder.create(software.constructs.Construct scope,
String id) |
CfnWorkflow.Builder |
CfnWorkflow.Builder.description(String description)
Specifies the text description for the workflow.
|
CfnWorkflow.Builder |
CfnWorkflow.Builder.onExceptionSteps(IResolvable onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CfnWorkflow.Builder |
CfnWorkflow.Builder.onExceptionSteps(List<? extends Object> onExceptionSteps)
Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
|
CfnWorkflow.Builder |
CfnWorkflow.Builder.steps(IResolvable steps)
Specifies the details for the steps that are in the specified workflow.
|
CfnWorkflow.Builder |
CfnWorkflow.Builder.steps(List<? extends Object> steps)
Specifies the details for the steps that are in the specified workflow.
|
CfnWorkflow.Builder |
CfnWorkflow.Builder.tags(List<? extends CfnTag> tags)
Key-value pairs that can be used to group and search for workflows.
|
Copyright © 2022. All rights reserved.