Secret Tag Args
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.