TagSpecification

The tags to apply to resources when creating or modifying a DB instance or DB cluster. When you specify a tag, you must specify the resource type to tag, otherwise the request will fail.

Types

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

Properties

Link copied to clipboard

The type of resource to tag on creation.

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

A list of tags.

Functions

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