class Aws::Appflow::Types::DescribeFlowResponse
@!attribute [rw] flow_arn
The flow's Amazon Resource Name (ARN). @return [String]
@!attribute [rw] description
A description of the flow. @return [String]
@!attribute [rw] flow_name
The specified name of the flow. Spaces are not allowed. Use underscores (\_) or hyphens (-) only. @return [String]
@!attribute [rw] kms_arn
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption. This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key. @return [String]
@!attribute [rw] flow_status
Indicates the current status of the flow. @return [String]
@!attribute [rw] flow_status_message
Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows. @return [String]
@!attribute [rw] source_flow_config
The configuration that controls how Amazon AppFlow retrieves data from the source connector. @return [Types::SourceFlowConfig]
@!attribute [rw] destination_flow_config_list
The configuration that controls how Amazon AppFlow transfers data to the destination connector. @return [Array<Types::DestinationFlowConfig>]
@!attribute [rw] last_run_execution_details
Describes the details of the most recent flow run. @return [Types::ExecutionDetails]
@!attribute [rw] trigger_config
The trigger settings that determine how and when the flow runs. @return [Types::TriggerConfig]
@!attribute [rw] tasks
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run. @return [Array<Types::Task>]
@!attribute [rw] created_at
Specifies when the flow was created. @return [Time]
@!attribute [rw] last_updated_at
Specifies when the flow was last updated. @return [Time]
@!attribute [rw] created_by
The ARN of the user who created the flow. @return [String]
@!attribute [rw] last_updated_by
Specifies the user name of the account that performed the most recent update. @return [String]
@!attribute [rw] tags
The tags used to organize, track, or control access for your flow. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/DescribeFlowResponse AWS API Documentation
Constants
- SENSITIVE