SecretTag

data class SecretTag(val key: String, val value: String)

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 SecretTag(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

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

Link copied to clipboard

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.