/AWS1/CL_TRLGETCHANNELRESPONSE¶
GetChannelResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_channelarn TYPE /AWS1/TRLCHANNELARN /AWS1/TRLCHANNELARN¶
The ARN of an channel returned by a
GetChannelrequest.
iv_name TYPE /AWS1/TRLCHANNELNAME /AWS1/TRLCHANNELNAME¶
The name of the CloudTrail channel. For service-linked channels, the name is
aws-service-channel/service-name/custom-suffixwhereservice-namerepresents the name of the Amazon Web Services service that created the channel andcustom-suffixrepresents the suffix generated by the Amazon Web Services service.
iv_source TYPE /AWS1/TRLSOURCE /AWS1/TRLSOURCE¶
The source for the CloudTrail channel.
io_sourceconfig TYPE REF TO /AWS1/CL_TRLSOURCECONFIG /AWS1/CL_TRLSOURCECONFIG¶
Provides information about the advanced event selectors configured for the channel, and whether the channel applies to all Regions or a single Region.
it_destinations TYPE /AWS1/CL_TRLDESTINATION=>TT_DESTINATIONS TT_DESTINATIONS¶
The destinations for the channel. For channels created for integrations, the destinations are the event data stores that log events arriving through the channel. For service-linked channels, the destination is the Amazon Web Services service that created the service-linked channel to receive events.
io_ingestionstatus TYPE REF TO /AWS1/CL_TRLINGESTIONSTATUS /AWS1/CL_TRLINGESTIONSTATUS¶
A table showing information about the most recent successful and failed attempts to ingest events.
Queryable Attributes¶
ChannelArn¶
The ARN of an channel returned by a
GetChannelrequest.
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 CloudTrail channel. For service-linked channels, the name is
aws-service-channel/service-name/custom-suffixwhereservice-namerepresents the name of the Amazon Web Services service that created the channel andcustom-suffixrepresents the suffix generated by the Amazon Web Services service.
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 source for the CloudTrail channel.
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 |
SourceConfig¶
Provides information about the advanced event selectors configured for the channel, and whether the channel applies to all Regions or a single Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SOURCECONFIG() |
Getter for SOURCECONFIG |
Destinations¶
The destinations for the channel. For channels created for integrations, the destinations are the event data stores that log events arriving through the channel. For service-linked channels, the destination is the Amazon Web Services service that created the service-linked channel to receive events.
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 |
IngestionStatus¶
A table showing information about the most recent successful and failed attempts to ingest events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGESTIONSTATUS() |
Getter for INGESTIONSTATUS |