SecretTagArgs

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.

Constructors

Link copied to clipboard
fun SecretTagArgs(key: Output<String>, value: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): SecretTagArgs

Properties

Link copied to clipboard
val key: Output<String>

The value for the tag. You can specify a value that's 1 to 256 characters in length.

Link copied to clipboard
val value: Output<String>

The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws.