/AWS1/CL_TRLCHANNEL¶
Contains information about a returned CloudTrail channel.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_channelarn
TYPE /AWS1/TRLCHANNELARN
/AWS1/TRLCHANNELARN
¶
The Amazon Resource Name (ARN) of a channel.
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-suffix
whereservice-name
represents the name of the Amazon Web Services service that created the channel andcustom-suffix
represents the suffix created by the Amazon Web Services service.
Queryable Attributes¶
ChannelArn¶
The Amazon Resource Name (ARN) of a 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 CloudTrail channel. For service-linked channels, the name is
aws-service-channel/service-name/custom-suffix
whereservice-name
represents the name of the Amazon Web Services service that created the channel andcustom-suffix
represents the suffix created 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_CHANNELS
¶
TYPES TT_CHANNELS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TRLCHANNEL WITH DEFAULT KEY
.