/AWS1/CL_APFDESCRFLOWRESPONSE¶
DescribeFlowResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_flowarn TYPE /AWS1/APFFLOWARN /AWS1/APFFLOWARN¶
The flow's Amazon Resource Name (ARN).
iv_description TYPE /AWS1/APFFLOWDESCRIPTION /AWS1/APFFLOWDESCRIPTION¶
A description of the flow.
iv_flowname TYPE /AWS1/APFFLOWNAME /AWS1/APFFLOWNAME¶
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
iv_kmsarn TYPE /AWS1/APFKMSARN /AWS1/APFKMSARN¶
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.
iv_flowstatus TYPE /AWS1/APFFLOWSTATUS /AWS1/APFFLOWSTATUS¶
Indicates the current status of the flow.
iv_flowstatusmessage TYPE /AWS1/APFFLOWSTATUSMESSAGE /AWS1/APFFLOWSTATUSMESSAGE¶
Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows.
io_sourceflowconfig TYPE REF TO /AWS1/CL_APFSOURCEFLOWCONFIG /AWS1/CL_APFSOURCEFLOWCONFIG¶
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
it_destinationflowconfiglist TYPE /AWS1/CL_APFDSTFLOWCONFIG=>TT_DESTINATIONFLOWCONFIGLIST TT_DESTINATIONFLOWCONFIGLIST¶
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
io_lastrunexecutiondetails TYPE REF TO /AWS1/CL_APFEXECUTIONDETAILS /AWS1/CL_APFEXECUTIONDETAILS¶
Describes the details of the most recent flow run.
io_triggerconfig TYPE REF TO /AWS1/CL_APFTRIGGERCONFIG /AWS1/CL_APFTRIGGERCONFIG¶
The trigger settings that determine how and when the flow runs.
it_tasks TYPE /AWS1/CL_APFTASK=>TT_TASKS TT_TASKS¶
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
iv_createdat TYPE /AWS1/APFDATE /AWS1/APFDATE¶
Specifies when the flow was created.
iv_lastupdatedat TYPE /AWS1/APFDATE /AWS1/APFDATE¶
Specifies when the flow was last updated.
iv_createdby TYPE /AWS1/APFCREATEDBY /AWS1/APFCREATEDBY¶
The ARN of the user who created the flow.
iv_lastupdatedby TYPE /AWS1/APFUPDATEDBY /AWS1/APFUPDATEDBY¶
Specifies the user name of the account that performed the most recent update.
it_tags TYPE /AWS1/CL_APFTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags used to organize, track, or control access for your flow.
io_metadatacatalogconfig TYPE REF TO /AWS1/CL_APFMETCATALOGCONFIG /AWS1/CL_APFMETCATALOGCONFIG¶
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
it_lastrunmetcatalogdetails TYPE /AWS1/CL_APFMETCATALOGDETAIL=>TT_METADATACATALOGDETAILS TT_METADATACATALOGDETAILS¶
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
iv_schemaversion TYPE /AWS1/APFLONG /AWS1/APFLONG¶
The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration:
Source-to-destination field mappings
Field data types
Partition keys
Queryable Attributes¶
flowArn¶
The flow's Amazon Resource Name (ARN).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWARN() |
Getter for FLOWARN, with configurable default |
ASK_FLOWARN() |
Getter for FLOWARN w/ exceptions if field has no value |
HAS_FLOWARN() |
Determine if FLOWARN has a value |
description¶
A description of the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
flowName¶
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWNAME() |
Getter for FLOWNAME, with configurable default |
ASK_FLOWNAME() |
Getter for FLOWNAME w/ exceptions if field has no value |
HAS_FLOWNAME() |
Determine if FLOWNAME has a value |
kmsArn¶
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSARN() |
Getter for KMSARN, with configurable default |
ASK_KMSARN() |
Getter for KMSARN w/ exceptions if field has no value |
HAS_KMSARN() |
Determine if KMSARN has a value |
flowStatus¶
Indicates the current status of the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWSTATUS() |
Getter for FLOWSTATUS, with configurable default |
ASK_FLOWSTATUS() |
Getter for FLOWSTATUS w/ exceptions if field has no value |
HAS_FLOWSTATUS() |
Determine if FLOWSTATUS has a value |
flowStatusMessage¶
Contains an error message if the flow status is in a suspended or error state. This applies only to scheduled or event-triggered flows.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWSTATUSMESSAGE() |
Getter for FLOWSTATUSMESSAGE, with configurable default |
ASK_FLOWSTATUSMESSAGE() |
Getter for FLOWSTATUSMESSAGE w/ exceptions if field has no v |
HAS_FLOWSTATUSMESSAGE() |
Determine if FLOWSTATUSMESSAGE has a value |
sourceFlowConfig¶
The configuration that controls how Amazon AppFlow retrieves data from the source connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCEFLOWCONFIG() |
Getter for SOURCEFLOWCONFIG |
destinationFlowConfigList¶
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DSTFLOWCONFIGLIST() |
Getter for DESTINATIONFLOWCONFIGLIST, with configurable defa |
ASK_DSTFLOWCONFIGLIST() |
Getter for DESTINATIONFLOWCONFIGLIST w/ exceptions if field |
HAS_DSTFLOWCONFIGLIST() |
Determine if DESTINATIONFLOWCONFIGLIST has a value |
lastRunExecutionDetails¶
Describes the details of the most recent flow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTRUNEXECUTIONDETAILS() |
Getter for LASTRUNEXECUTIONDETAILS |
triggerConfig¶
The trigger settings that determine how and when the flow runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRIGGERCONFIG() |
Getter for TRIGGERCONFIG |
tasks¶
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKS() |
Getter for TASKS, with configurable default |
ASK_TASKS() |
Getter for TASKS w/ exceptions if field has no value |
HAS_TASKS() |
Determine if TASKS has a value |
createdAt¶
Specifies when the flow was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
lastUpdatedAt¶
Specifies when the flow was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT, with configurable default |
ASK_LASTUPDATEDAT() |
Getter for LASTUPDATEDAT w/ exceptions if field has no value |
HAS_LASTUPDATEDAT() |
Determine if LASTUPDATEDAT has a value |
createdBy¶
The ARN of the user who created the flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
lastUpdatedBy¶
Specifies the user name of the account that performed the most recent update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDBY() |
Getter for LASTUPDATEDBY, with configurable default |
ASK_LASTUPDATEDBY() |
Getter for LASTUPDATEDBY w/ exceptions if field has no value |
HAS_LASTUPDATEDBY() |
Determine if LASTUPDATEDBY has a value |
tags¶
The tags used to organize, track, or control access for your flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
metadataCatalogConfig¶
Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow. When Amazon AppFlow catalogs the data from a flow, it stores metadata in a data catalog.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_METADATACATALOGCONFIG() |
Getter for METADATACATALOGCONFIG |
lastRunMetadataCatalogDetails¶
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTRUNMETCATALOGDETAILS() |
Getter for LASTRUNMETCATALOGDETAILS, with configurable defau |
ASK_LASTRUNMETCATALOGDETAILS() |
Getter for LASTRUNMETCATALOGDETAILS w/ exceptions if field h |
HAS_LASTRUNMETCATALOGDETAILS() |
Determine if LASTRUNMETCATALOGDETAILS has a value |
schemaVersion¶
The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration:
Source-to-destination field mappings
Field data types
Partition keys
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAVERSION() |
Getter for SCHEMAVERSION, with configurable default |
ASK_SCHEMAVERSION() |
Getter for SCHEMAVERSION w/ exceptions if field has no value |
HAS_SCHEMAVERSION() |
Determine if SCHEMAVERSION has a value |