TagResourceRequest

Types

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

Properties

Link copied to clipboard

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Must be 1-64 characters long and contain only alphanumeric characters, underscores, and hyphens.

Link copied to clipboard

The ARN of the resource to tag.

Link copied to clipboard

The revision number of the automation rule to tag. This ensures you're tagging the correct version of the rule.

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

The tags to add to the resource.

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