| Package | Description |
|---|---|
| software.amazon.awscdk.services.appflow |
AWS::AppFlow Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.Builder |
CfnFlow.Builder.create(software.constructs.Construct scope,
String id) |
CfnFlow.Builder |
CfnFlow.Builder.description(String description)
A user-entered description of the flow.
|
CfnFlow.Builder |
CfnFlow.Builder.destinationFlowConfigList(IResolvable destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CfnFlow.Builder |
CfnFlow.Builder.destinationFlowConfigList(List<? extends Object> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
CfnFlow.Builder |
CfnFlow.Builder.flowName(String flowName)
The specified name of the flow.
|
CfnFlow.Builder |
CfnFlow.Builder.kmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
CfnFlow.Builder |
CfnFlow.Builder.sourceFlowConfig(CfnFlow.SourceFlowConfigProperty sourceFlowConfig)
Contains information about the configuration of the source connector used in the flow.
|
CfnFlow.Builder |
CfnFlow.Builder.sourceFlowConfig(IResolvable sourceFlowConfig)
Contains information about the configuration of the source connector used in the flow.
|
CfnFlow.Builder |
CfnFlow.Builder.tags(List<? extends CfnTag> tags)
The tags used to organize, track, or control access for your flow.
|
CfnFlow.Builder |
CfnFlow.Builder.tasks(IResolvable tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CfnFlow.Builder |
CfnFlow.Builder.tasks(List<? extends Object> tasks)
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
CfnFlow.Builder |
CfnFlow.Builder.triggerConfig(CfnFlow.TriggerConfigProperty triggerConfig)
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
|
CfnFlow.Builder |
CfnFlow.Builder.triggerConfig(IResolvable triggerConfig)
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
|
Copyright © 2022. All rights reserved.