TagResourceRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Amazon Resource Name (ARN) of the managed permission that you want to add tags to. You must specify eitherresourceArn, or resourceShareArn, but not both.

Link copied to clipboard

Specifies the Amazon Resource Name (ARN) of the resource share that you want to add tags to. You must specify eitherresourceShareArn, or resourceArn, but not both.

Link copied to clipboard
val tags: List<Tag>?

A list of one or more tag key and value pairs. The tag key must be present and not be an empty string. The tag value must be present but can be an empty string.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String