RealtimeLogConfigEndpointKinesisStreamConfig

data class RealtimeLogConfigEndpointKinesisStreamConfig(val roleArn: String, val streamArn: String)

Constructors

constructor(roleArn: String, streamArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of an IAM role that CloudFront can use to send real-time log data to the Kinesis data stream. See the AWS documentation for more information.

Link copied to clipboard

The ARN of the Kinesis data stream.