RealtimeLogConfigEndpointKinesisStreamConfigArgs

data class RealtimeLogConfigEndpointKinesisStreamConfigArgs(val roleArn: Output<String>, val streamArn: Output<String>) : ConvertibleToJava<RealtimeLogConfigEndpointKinesisStreamConfigArgs>

Constructors

constructor(roleArn: Output<String>, streamArn: Output<String>)

Properties

Link copied to clipboard
val roleArn: Output<String>

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
val streamArn: Output<String>

The ARN of the Kinesis data stream.

Functions

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