
com.pulumi.azurenative.datafactory.kotlin.inputs.GreenplumLinkedServiceArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.datafactory.kotlin.inputs
import com.pulumi.azurenative.datafactory.inputs.GreenplumLinkedServiceArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Greenplum Database linked service.
* @property annotations List of tags that can be used for describing the linked service.
* @property connectVia The integration runtime reference.
* @property connectionString An ODBC connection string. Type: string, SecureString or AzureKeyVaultSecretReference.
* @property description Linked service description.
* @property encryptedCredential The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
* @property parameters Parameters for linked service.
* @property pwd The Azure key vault secret reference of password in connection string.
* @property type Type of linked service.
* Expected value is 'Greenplum'.
* @property version Version of the linked service.
*/
public data class GreenplumLinkedServiceArgs(
public val annotations: Output>? = null,
public val connectVia: Output? = null,
public val connectionString: Output? = null,
public val description: Output? = null,
public val encryptedCredential: Output? = null,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy