DeleteDbClusterRequest

Represents the input to DeleteDBCluster.

Types

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

Properties

Link copied to clipboard

The cluster identifier for the cluster to be deleted. This parameter isn't case sensitive.

Link copied to clipboard

The cluster snapshot identifier of the new cluster snapshot created when SkipFinalSnapshot is set to false.

Link copied to clipboard

Determines whether a final cluster snapshot is created before the cluster is deleted. If true is specified, no cluster snapshot is created. If false is specified, a cluster snapshot is created before the DB cluster is deleted.

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