/AWS1/CL_BDAFLOWALIASSUMMARY¶
Contains information about an alias of a flow.
This data type is used in the following API operations:
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_name
TYPE /AWS1/BDANAME
/AWS1/BDANAME
¶
The name of the alias.
it_routingconfiguration
TYPE /AWS1/CL_BDAFLOWALIASROUTING00=>TT_FLOWALIASROUTINGCONF
TT_FLOWALIASROUTINGCONF
¶
A list of configurations about the versions that the alias maps to. Currently, you can only specify one.
iv_flowid
TYPE /AWS1/BDAFLOWID
/AWS1/BDAFLOWID
¶
The unique identifier of the flow.
iv_id
TYPE /AWS1/BDAFLOWALIASID
/AWS1/BDAFLOWALIASID
¶
The unique identifier of the alias of the flow.
iv_arn
TYPE /AWS1/BDAFLOWALIASARN
/AWS1/BDAFLOWALIASARN
¶
The Amazon Resource Name (ARN) of the alias.
iv_createdat
TYPE /AWS1/BDADATETIMESTAMP
/AWS1/BDADATETIMESTAMP
¶
The time at which the alias was created.
iv_updatedat
TYPE /AWS1/BDADATETIMESTAMP
/AWS1/BDADATETIMESTAMP
¶
The time at which the alias was last updated.
Optional arguments:¶
iv_description
TYPE /AWS1/BDADESCRIPTION
/AWS1/BDADESCRIPTION
¶
A description of the alias.
io_concurrencyconfiguration
TYPE REF TO /AWS1/CL_BDAFLOWALIASCONCURR00
/AWS1/CL_BDAFLOWALIASCONCURR00
¶
The configuration that specifies how nodes in the flow are executed concurrently.
Queryable Attributes¶
name¶
The name of the alias.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
A description of the alias.
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 |
routingConfiguration¶
A list of configurations about the versions that the alias maps to. Currently, you can only specify one.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ROUTINGCONFIGURATION() |
Getter for ROUTINGCONFIGURATION, with configurable default |
ASK_ROUTINGCONFIGURATION() |
Getter for ROUTINGCONFIGURATION w/ exceptions if field has n |
HAS_ROUTINGCONFIGURATION() |
Determine if ROUTINGCONFIGURATION has a value |
concurrencyConfiguration¶
The configuration that specifies how nodes in the flow are executed concurrently.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONCURRENCYCONFIGURATION() |
Getter for CONCURRENCYCONFIGURATION |
flowId¶
The unique identifier of the flow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FLOWID() |
Getter for FLOWID, with configurable default |
ASK_FLOWID() |
Getter for FLOWID w/ exceptions if field has no value |
HAS_FLOWID() |
Determine if FLOWID has a value |
id¶
The unique identifier of the alias of the flow.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The Amazon Resource Name (ARN) of the alias.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
createdAt¶
The time at which the alias 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 |
updatedAt¶
The time at which the alias was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_FLOWALIASSUMMARIES
¶
TYPES TT_FLOWALIASSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAFLOWALIASSUMMARY WITH DEFAULT KEY
.