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

com.pulumi.awsnative.nimblestudio.kotlin.outputs.StreamingImageEncryptionConfiguration.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.nimblestudio.kotlin.outputs

import com.pulumi.awsnative.nimblestudio.kotlin.enums.StreamingImageEncryptionConfigurationKeyType
import kotlin.String
import kotlin.Suppress

/**
 * 

TODO

* @property keyArn

The ARN for a KMS key that is used to encrypt studio data.

* @property keyType The type of KMS key that is used to encrypt studio data. */ public data class StreamingImageEncryptionConfiguration( public val keyArn: String? = null, public val keyType: StreamingImageEncryptionConfigurationKeyType, ) { public companion object { public fun toKotlin(javaType: com.pulumi.awsnative.nimblestudio.outputs.StreamingImageEncryptionConfiguration): StreamingImageEncryptionConfiguration = StreamingImageEncryptionConfiguration( keyArn = javaType.keyArn().map({ args0 -> args0 }).orElse(null), keyType = javaType.keyType().let({ args0 -> com.pulumi.awsnative.nimblestudio.kotlin.enums.StreamingImageEncryptionConfigurationKeyType.Companion.toKotlin(args0) }), ) } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy