Class: Aws::RedshiftServerless::Types::CreateSnapshotCopyConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::CreateSnapshotCopyConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_kms_key_id ⇒ String
The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
-
#destination_region ⇒ String
The destination Amazon Web Services Region that you want to copy snapshots to.
-
#namespace_name ⇒ String
The name of the namespace to copy snapshots from.
-
#snapshot_retention_period ⇒ Integer
The retention period of the snapshots that you copy to the destination Amazon Web Services Region.
Instance Attribute Details
#destination_kms_key_id ⇒ String
The KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
463 464 465 466 467 468 469 470 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 463 class CreateSnapshotCopyConfigurationRequest < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#destination_region ⇒ String
The destination Amazon Web Services Region that you want to copy snapshots to.
463 464 465 466 467 468 469 470 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 463 class CreateSnapshotCopyConfigurationRequest < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace to copy snapshots from.
463 464 465 466 467 468 469 470 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 463 class CreateSnapshotCopyConfigurationRequest < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#snapshot_retention_period ⇒ Integer
The retention period of the snapshots that you copy to the destination Amazon Web Services Region.
463 464 465 466 467 468 469 470 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 463 class CreateSnapshotCopyConfigurationRequest < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |