class Aws::DocDB::Types::CopyDBClusterSnapshotMessage
@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/CopyDBClusterSnapshotMessage AWS API Documentation
@return [Array<Types::Tag>]
The tags to be assigned to the DB cluster snapshot.
@!attribute [rw] tags
@return [Boolean]
default is ‘false`.
to the target DB cluster snapshot, and otherwise `false`. The
Set to `true` to copy all tags from the source DB cluster snapshot
@!attribute [rw] copy_tags
@return [String]
`arn:aws:rds:us-west-2:123456789012:cluster-snapshot:my-cluster-snapshot-20161115`.
example:
your `SourceDBClusterSnapshotIdentifier` looks like the following
encrypted DB cluster snapshot from the us-west-2 AWS Region, then
for the source AWS Region. For example, if you are copying an
This identifier must be in the Amazon Resource Name (ARN) format
identifier for the encrypted DB cluster snapshot to be copied.
* `SourceDBClusterSnapshotIdentifier` - The DB cluster snapshot
cluster snapshot will be created in.
* `DestinationRegion` - The name of the AWS Region that the DB
AWS Region, and the action contained in the presigned URL.
`CopyDBClusterSnapshot` action that is called in the destination
Region. This is the same identifier for both the
encrypt the copy of the DB cluster snapshot in the destination AWS
* `KmsKeyId` - The AWS KMS key identifier for the key to use to
parameter values:
be copied. The presigned URL request must contain the following
source AWS Region that contains the encrypted DB cluster snapshot to
`CopyDBSClusterSnapshot` API action that can be executed in the
The presigned URL must be a valid request for the
snapshot from another AWS Region.
`PreSignedUrl` parameter when copying an encrypted DB cluster
the source DB cluster snapshot to copy. You must use the
`CopyDBClusterSnapshot` API action in the AWS Region that contains
The URL that contains a Signature Version 4 signed request for the
@!attribute [rw] pre_signed_url
@return [String]
for the `KmsKeyId` parameter, an error is returned.
If you copy an unencrypted DB cluster snapshot and specify a value
Region.
in, and you can’t use encryption keys from one Region in another
encryption keys are specific to the AWS Region that they are created
copy of the DB cluster snapshot in the destination Region. AWS KMS
`KmsKeyId` to the AWS KMS key ID that you want to use to encrypt the
To copy an encrypted DB cluster snapshot to another AWS Region, set
another AWS account, then you must specify a value for ‘KmsKeyId`.
If you copy an encrypted DB cluster snapshot that is shared from
with the same AWS KMS key as the source DB cluster snapshot.
`KmsKeyId`, then the copy of the DB cluster snapshot is encrypted
new AWS KMS encryption key. If you don’t specify a value for
you can specify a value for ‘KmsKeyId` to encrypt the copy with a
If you copy an encrypted DB cluster snapshot from your AWS account,
the AWS KMS key alias for the AWS KMS encryption key.
key ID is the Amazon Resource Name (ARN), AWS KMS key identifier, or
The AWS KMS key ID for an encrypted DB cluster snapshot. The AWS KMS
@!attribute [rw] kms_key_id
@return [String]
Example: `my-cluster-snapshot2`
* Cannot end with a hyphen or contain two consecutive hyphens.
* The first character must be a letter.
* Must contain from 1 to 63 letters, numbers, or hyphens.
Constraints:
source DB cluster snapshot. This parameter is not case sensitive.
The identifier of the new DB cluster snapshot to create from the
@!attribute [rw] target_db_cluster_snapshot_identifier
@return [String]
Example: `my-cluster-snapshot1`
specify a valid DB cluster snapshot ARN.
* If the source snapshot is in a different AWS Region than the copy,
specify a valid DB snapshot identifier.
* If the source snapshot is in the same AWS Region as the copy,
* Must specify a valid system snapshot in the “available” state.
Constraints:
AWS Region to another.
You can’t copy an encrypted, shared DB cluster snapshot from one
not case sensitive.
The identifier of the DB cluster snapshot to copy. This parameter is
@!attribute [rw] source_db_cluster_snapshot_identifier
}
],
},
value: “String”,
key: “String”,
{
tags: [
copy_tags: false,
pre_signed_url: “String”,
kms_key_id: “String”,
target_db_cluster_snapshot_identifier: “String”, # required
source_db_cluster_snapshot_identifier: “String”, # required
{
data as a hash:
@note When making an API call, you may pass CopyDBClusterSnapshotMessage
Represents the input to CopyDBClusterSnapshot.