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]
sensitive.
cluster snapshot to be created. This parameter isn’t case
* ‘TargetDBClusterSnapshotIdentifier` - The identifier for the new
`arn:aws:rds:us-east-1:12345678012:sample-cluster:sample-cluster-snapshot`.
following:
`SourceDBClusterSnapshotIdentifier` looks something like the
snapshot from the us-east-1 AWS Region, then your
Region. For example, if you are copying an encrypted cluster
in the Amazon Resource Name (ARN) format for the source AWS
encrypted cluster snapshot to be copied. This identifier must be
* `SourceDBClusterSnapshotIdentifier` - The identifier for the the
to be copied.
* `SourceRegion` - The ID of the region that contains the snapshot
values:
The presigned URL request must contain the following parameter
source AWS Region that contains the cluster snapshot to be copied.
`CopyDBClusterSnapshot` API action that can be executed in the
The presigned URL must be a valid request for the
operation that can be executed in the source AWS Region.
autogenerates a pre-signed URL that is a valid request for the
specifying `PreSignedUrl` manually. Specifying `SourceRegion`
`SourceRegion` (or `–source-region` for the AWS CLI) instead of
If you are using an AWS SDK tool or the AWS CLI, you can specify
parameter when copying a cluster snapshot from another AWS Region.
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
another AWS Region.
in, and you can’t use encryption keys from one AWS Region in
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:
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.