
com.pulumi.awsnative.mediapackage.kotlin.outputs.OriginEndpointMssEncryption.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.mediapackage.kotlin.outputs
import kotlin.Suppress
/**
* A Microsoft Smooth Streaming (MSS) encryption configuration.
* @property spekeKeyProvider Parameters for the SPEKE key provider.
*/
public data class OriginEndpointMssEncryption(
public val spekeKeyProvider: OriginEndpointSpekeKeyProvider,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.mediapackage.outputs.OriginEndpointMssEncryption): OriginEndpointMssEncryption = OriginEndpointMssEncryption(
spekeKeyProvider = javaType.spekeKeyProvider().let({ args0 ->
com.pulumi.awsnative.mediapackage.kotlin.outputs.OriginEndpointSpekeKeyProvider.Companion.toKotlin(args0)
}),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy