All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.cloudfront.kotlin.outputs.RealtimeLogConfigKinesisStreamConfig.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.cloudfront.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property roleArn The Amazon Resource Name (ARN) of an AWS Identity and Access Management (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](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/real-time-logs.html#understand-real-time-log-config-iam-role) in the *Amazon CloudFront Developer Guide* .
 * @property streamArn The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.
 */
public data class RealtimeLogConfigKinesisStreamConfig(
    public val roleArn: String,
    public val streamArn: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.cloudfront.outputs.RealtimeLogConfigKinesisStreamConfig): RealtimeLogConfigKinesisStreamConfig = RealtimeLogConfigKinesisStreamConfig(
            roleArn = javaType.roleArn(),
            streamArn = javaType.streamArn(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy