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

com.pulumi.azure.datafactory.kotlin.outputs.LinkedServiceAzureSqlDatabaseKeyVaultConnectionString.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.datafactory.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property linkedServiceName Specifies the name of an existing Key Vault Data Factory Linked Service.
 * @property secretName Specifies the secret name in Azure Key Vault that stores SQL Server connection string.
 */
public data class LinkedServiceAzureSqlDatabaseKeyVaultConnectionString(
    public val linkedServiceName: String,
    public val secretName: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.datafactory.outputs.LinkedServiceAzureSqlDatabaseKeyVaultConnectionString): LinkedServiceAzureSqlDatabaseKeyVaultConnectionString =
            LinkedServiceAzureSqlDatabaseKeyVaultConnectionString(
                linkedServiceName = javaType.linkedServiceName(),
                secretName = javaType.secretName(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy