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

com.pulumi.awsnative.mediapackage.kotlin.outputs.OriginEndpointAuthorization.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.mediapackage.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 * CDN Authorization credentials
 * @property cdnIdentifierSecret The Amazon Resource Name (ARN) for the secret in Secrets Manager that your Content Distribution Network (CDN) uses for authorization to access your endpoint.
 * @property secretsRoleArn The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
 */
public data class OriginEndpointAuthorization(
    public val cdnIdentifierSecret: String,
    public val secretsRoleArn: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.mediapackage.outputs.OriginEndpointAuthorization): OriginEndpointAuthorization = OriginEndpointAuthorization(
            cdnIdentifierSecret = javaType.cdnIdentifierSecret(),
            secretsRoleArn = javaType.secretsRoleArn(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy