ResourcePolicyTag

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

A custom key-value pair associated with a resource within your organization.

Constructors

Link copied to clipboard
fun ResourcePolicyTag(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key identifier, or name, of the tag.

Link copied to clipboard

The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.