/AWS1/CL_TRLCREATECHANNELRSP¶
CreateChannelResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_channelarn TYPE /AWS1/TRLCHANNELARN /AWS1/TRLCHANNELARN¶
The Amazon Resource Name (ARN) of the new channel.
iv_name TYPE /AWS1/TRLCHANNELNAME /AWS1/TRLCHANNELNAME¶
The name of the new channel.
iv_source TYPE /AWS1/TRLSOURCE /AWS1/TRLSOURCE¶
The partner or external event source name.
it_destinations TYPE /AWS1/CL_TRLDESTINATION=>TT_DESTINATIONS TT_DESTINATIONS¶
The event data stores that log the events arriving through the channel.
it_tags TYPE /AWS1/CL_TRLTAG=>TT_TAGSLIST TT_TAGSLIST¶
Tags
Queryable Attributes¶
ChannelArn¶
The Amazon Resource Name (ARN) of the new channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CHANNELARN() |
Getter for CHANNELARN, with configurable default |
ASK_CHANNELARN() |
Getter for CHANNELARN w/ exceptions if field has no value |
HAS_CHANNELARN() |
Determine if CHANNELARN has a value |
Name¶
The name of the new channel.
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 |
Source¶
The partner or external event source name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCE() |
Getter for SOURCE, with configurable default |
ASK_SOURCE() |
Getter for SOURCE w/ exceptions if field has no value |
HAS_SOURCE() |
Determine if SOURCE has a value |
Destinations¶
The event data stores that log the events arriving through the channel.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATIONS() |
Getter for DESTINATIONS, with configurable default |
ASK_DESTINATIONS() |
Getter for DESTINATIONS w/ exceptions if field has no value |
HAS_DESTINATIONS() |
Determine if DESTINATIONS has a value |
Tags¶
Tags
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 |