/AWS1/CL_APFREGISTRATIONOUTPUT¶
Describes the status of an attempt from Amazon AppFlow to register a resource.
When you run a flow that you've configured to use a metadata catalog, Amazon AppFlow registers a metadata table and data partitions with that catalog. This operation provides the status of that registration attempt. The operation also indicates how many related resources Amazon AppFlow created or updated.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_message
TYPE /AWS1/APFSTRING
/AWS1/APFSTRING
¶
Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.
iv_result
TYPE /AWS1/APFSTRING
/AWS1/APFSTRING
¶
Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.
iv_status
TYPE /AWS1/APFEXECUTIONSTATUS
/AWS1/APFEXECUTIONSTATUS
¶
Indicates the status of the registration attempt from Amazon AppFlow.
Queryable Attributes¶
message¶
Explains the status of the registration attempt from Amazon AppFlow. If the attempt fails, the message explains why.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
result¶
Indicates the number of resources that Amazon AppFlow created or updated. Possible resources include metadata tables and data partitions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESULT() |
Getter for RESULT, with configurable default |
ASK_RESULT() |
Getter for RESULT w/ exceptions if field has no value |
HAS_RESULT() |
Determine if RESULT has a value |
status¶
Indicates the status of the registration attempt from Amazon AppFlow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |