getChannel

A channel receives events from a specific source (such as an on-premises storage solution or application, or a partner event data source), and delivers the events to one or more event data stores. You use channels to ingest events into CloudTrail from sources outside AWS.

Return

null

Parameters

argument

null


suspend fun getChannel(channelArn: String): GetChannelResult

Return

null

Parameters

channelArn

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

See also


suspend fun getChannel(argument: suspend GetChannelPlainArgsBuilder.() -> Unit): GetChannelResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.cloudtrail.kotlin.inputs.GetChannelPlainArgs.

See also