Flow

class Flow : KotlinCustomResource

Resource schema for AWS::AppFlow::Flow.

Example Usage

Example

No Java example available.

Example

No Java example available.

Properties

Link copied to clipboard
val description: Output<String>?

Description of the flow.

Link copied to clipboard

List of Destination connectors of the flow.

Link copied to clipboard
val flowArn: Output<String>

ARN identifier of the flow.

Link copied to clipboard
val flowName: Output<String>

Name of the flow.

Link copied to clipboard
val flowStatus: Output<FlowStatus>?

Flow activation status for Scheduled- and Event-triggered flows

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsArn: Output<String>?

The ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment variables. If it's not provided, AWS Lambda uses a default service key.

Link copied to clipboard

Configurations of metadata catalog of the flow.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Configurations of Source connector of the flow.

Link copied to clipboard
val tags: Output<List<Tag>>?

List of Tags.

Link copied to clipboard
val tasks: Output<List<FlowTask>>

List of tasks for the flow.

Link copied to clipboard

Trigger settings of the flow.

Link copied to clipboard
val urn: Output<String>