Package-level declarations

Types

Link copied to clipboard
data class GetSecretPlainArgs(val id: String) : ConvertibleToJava<GetSecretPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class SecretGenerateSecretStringArgs(val excludeCharacters: Output<String>? = null, val excludeLowercase: Output<Boolean>? = null, val excludeNumbers: Output<Boolean>? = null, val excludePunctuation: Output<Boolean>? = null, val excludeUppercase: Output<Boolean>? = null, val generateStringKey: Output<String>? = null, val includeSpace: Output<Boolean>? = null, val passwordLength: Output<Int>? = null, val requireEachIncludedType: Output<Boolean>? = null, val secretStringTemplate: Output<String>? = null) : ConvertibleToJava<SecretGenerateSecretStringArgs>
Link copied to clipboard
data class SecretReplicaRegionArgs(val kmsKeyId: Output<String>? = null, val region: Output<String>) : ConvertibleToJava<SecretReplicaRegionArgs>

A custom type that specifies a Region and the KmsKeyId for a replica secret.

Link copied to clipboard
data class SecretTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<SecretTagArgs>

A list of tags to attach to the secret. Each tag is a key and value pair of strings in a JSON text string.

Link copied to clipboard