TaggedResource

A tag and its associated resource.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) with which the tag is associated, for example: arn:aws:redshift:us-east-2:123456789:cluster:t1.

Link copied to clipboard

The type of resource with which the tag is associated. Valid resource types are:

Link copied to clipboard
val tag: Tag?

The tag for the resource.

Functions

Link copied to clipboard
inline fun copy(block: TaggedResource.Builder.() -> Unit = {}): TaggedResource
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