com.pulumi.vault.database.kotlin.inputs.SecretsMountRediArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-vault-kotlin Show documentation
Show all versions of pulumi-vault-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.vault.database.kotlin.inputs
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.vault.database.inputs.SecretsMountRediArgs.builder
import kotlin.Any
import kotlin.Boolean
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property allowedRoles A list of roles that are allowed to use this
* connection.
* @property caCert The contents of a PEM-encoded CA cert file to use to verify the Redis server's identity.
* @property data A map of sensitive data to pass to the endpoint. Useful for templated connection strings.
* Supported list of database secrets engines that can be configured:
* @property host Specifies the host to connect to
* @property insecureTls Specifies whether to skip verification of the server certificate when using TLS.
* @property name Name of the database connection.
* @property password Specifies the password corresponding to the given username.
* @property pluginName Specifies the name of the plugin to use.
* @property port The transport port to use to connect to Redis.
* @property rootRotationStatements A list of database statements to be executed to rotate the root user's credentials.
* @property tls Specifies whether to use TLS when connecting to Redis.
* @property username Specifies the username for Vault to use.
* @property verifyConnection Whether the connection should be verified on
* initial configuration or not.
*/
public data class SecretsMountRediArgs(
public val allowedRoles: Output>? = null,
public val caCert: Output? = null,
public val `data`: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy