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 cluster snapshot.
@!attribute [rw] tags
@return [Boolean]
‘false`.
the target cluster snapshot, and otherwise `false`. The default is
Set to `true` to copy all tags from the source cluster snapshot to
@!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 cluster snapshot from the us-west-2 AWS Region, then
the source AWS Region. For example, if you are copying an
identifier must be in the Amazon Resource Name (ARN) format for
identifier for the encrypted cluster snapshot to be copied. This
* `SourceDBClusterSnapshotIdentifier` - The 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 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
AWS Region.
parameter when copying an encrypted cluster snapshot from another
the source cluster snapshot to copy. You must use the `PreSignedUrl`
`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]
the `KmsKeyId` parameter, an error is returned.
If you copy an unencrypted cluster snapshot and specify a value for
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 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 cluster snapshot to another AWS Region, set
another AWS account, then you must specify a value for ‘KmsKeyId`.
If you copy an encrypted cluster snapshot that is shared from
the same AWS KMS key as the source cluster snapshot.
`KmsKeyId`, then the copy of the cluster snapshot is encrypted with
AWS KMS encryption key. If you don’t specify a value for
can specify a value for ‘KmsKeyId` to encrypt the copy with a new
If you copy an encrypted cluster snapshot from your AWS account, you
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 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:
cluster snapshot. This parameter is not case sensitive.
The identifier of the new cluster snapshot to create from the source
@!attribute [rw] target_db_cluster_snapshot_identifier
@return [String]
Example: `my-cluster-snapshot1`
specify a valid cluster snapshot ARN.
* If the source snapshot is in a different AWS Region than the copy,
specify a valid 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:
Region to another.
You can’t copy an encrypted, shared cluster snapshot from one AWS
not case sensitive.
The identifier of the 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.