CopyDbClusterSnapshotRequest

Represents the input to CopyDBClusterSnapshot.

Types

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

Properties

Link copied to clipboard

Set to true to copy all tags from the source cluster snapshot to the target cluster snapshot, and otherwise false. The default is false.

Link copied to clipboard

The KMS key ID for an encrypted cluster snapshot. The KMS key ID is the Amazon Resource Name (ARN), KMS key identifier, or the KMS key alias for the KMS encryption key.

Link copied to clipboard

The URL that contains a Signature Version 4 signed request for theCopyDBClusterSnapshot API action in the Amazon Web Services Region that contains the source cluster snapshot to copy. You must use the PreSignedUrl parameter when copying a cluster snapshot from another Amazon Web Services Region.

Link copied to clipboard

The identifier of the cluster snapshot to copy. This parameter is not case sensitive.

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

The tags to be assigned to the cluster snapshot.

Link copied to clipboard

The identifier of the new cluster snapshot to create from the source cluster snapshot. This parameter is not case sensitive.

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