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

com.pulumi.gcp.transcoder.kotlin.outputs.JobTemplateConfigEncryptionSecretManagerKeySource.kt Maven / Gradle / Ivy

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

package com.pulumi.gcp.transcoder.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property secretVersion The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number}.
 */
public data class JobTemplateConfigEncryptionSecretManagerKeySource(
    public val secretVersion: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.transcoder.outputs.JobTemplateConfigEncryptionSecretManagerKeySource): JobTemplateConfigEncryptionSecretManagerKeySource =
            JobTemplateConfigEncryptionSecretManagerKeySource(
                secretVersion = javaType.secretVersion(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy