RealtimeLogConfigKinesisStreamConfig

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

Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

Constructors

Link copied to clipboard
constructor(roleArn: String, streamArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAMlong (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream. For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.