com.pulumi.vault.kv.kotlin.inputs.SecretV2CustomMetadataArgs.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.kv.kotlin.inputs
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.vault.kv.inputs.SecretV2CustomMetadataArgs.builder
import kotlin.Any
import kotlin.Boolean
import kotlin.Int
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property casRequired If true, all keys will require the cas parameter to be set on all write requests.
* @property data A mapping whose keys are the top-level data keys returned from
* Vault and whose values are the corresponding values. This map can only
* represent string data, so any non-string values returned from Vault are
* serialized as JSON.
* @property deleteVersionAfter If set, specifies the length of time before a version is deleted.
* @property maxVersions The number of versions to keep per key.
*/
public data class SecretV2CustomMetadataArgs(
public val casRequired: Output? = null,
public val `data`: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy