![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.azurenative.datafactory.kotlin.inputs.MongoDbAtlasLinkedServiceArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-azure-native-kotlin Show documentation
Show all versions of pulumi-azure-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.datafactory.kotlin.inputs
import com.pulumi.azurenative.datafactory.inputs.MongoDbAtlasLinkedServiceArgs.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
/**
* Linked service for MongoDB Atlas data source.
* @property annotations List of tags that can be used for describing the linked service.
* @property connectVia The integration runtime reference.
* @property connectionString The MongoDB Atlas connection string. Type: string, SecureString or AzureKeyVaultSecretReference. Type: string, SecureString or AzureKeyVaultSecretReference.
* @property database The name of the MongoDB Atlas database that you want to access. Type: string (or Expression with resultType string).
* @property description Linked service description.
* @property driverVersion The driver version that you want to choose. Allowed value are v1 and v2. Type: string (or Expression with resultType string).
* @property parameters Parameters for linked service.
* @property type Type of linked service.
* Expected value is 'MongoDbAtlas'.
* @property version Version of the linked service.
*/
public data class MongoDbAtlasLinkedServiceArgs(
public val annotations: Output>? = null,
public val connectVia: Output? = null,
public val connectionString: Output,
public val database: Output,
public val description: Output? = null,
public val driverVersion: Output? = null,
public val parameters: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy