GetRealtimeLogConfigEndpointKinesisStreamConfig

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

Constructors

constructor(roleArn: String, streamArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Required) 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

(Required) ARN of the Kinesis data stream.