CreateDbClusterSnapshotRequest

Represents the input of CreateDBClusterSnapshot.

Types

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

Properties

Link copied to clipboard

The identifier of the cluster to create a snapshot for. This parameter is not case sensitive.

Link copied to clipboard

The identifier of the cluster snapshot. This parameter is stored as a lowercase string.

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

The tags to be assigned to the cluster snapshot.

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