GetChannelResult

data class GetChannelResult(val channelArn: String? = null, val destinations: List<ChannelDestination>? = null, val name: String? = null)

Constructors

Link copied to clipboard
constructor(channelArn: String? = null, destinations: List<ChannelDestination>? = null, name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelArn: String? = null

Ref returns the ARN of the CloudTrail channel, such as arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890 .

Link copied to clipboard

One or more resources to which events arriving through a channel are logged and stored.

Link copied to clipboard
val name: String? = null

The name of the channel.