GetChannelPlainArgs

data class GetChannelPlainArgs(val channelArn: String) : ConvertibleToJava<GetChannelPlainArgs>

Constructors

Link copied to clipboard
constructor(channelArn: String)

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): GetChannelPlainArgs