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

com.pulumi.aws.apprunner.kotlin.outputs.ServiceEncryptionConfiguration.kt Maven / Gradle / Ivy

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

package com.pulumi.aws.apprunner.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property kmsKey ARN of the KMS key used for encryption.
 */
public data class ServiceEncryptionConfiguration(
    public val kmsKey: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.apprunner.outputs.ServiceEncryptionConfiguration): ServiceEncryptionConfiguration = ServiceEncryptionConfiguration(
            kmsKey = javaType.kmsKey(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy