Class: Aws::RedshiftServerless::Types::SnapshotCopyConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::SnapshotCopyConfiguration
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
The object that you configure to copy snapshots from one namespace to a namespace in another Amazon Web Services Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_kms_key_id ⇒ String
The ID of 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 to copy snapshots to.
-
#namespace_name ⇒ String
The name of the namespace to copy snapshots from in the source Amazon Web Services Region.
-
#snapshot_copy_configuration_arn ⇒ String
The ARN of the snapshot copy configuration object.
-
#snapshot_copy_configuration_id ⇒ String
The ID of the snapshot copy configuration object.
-
#snapshot_retention_period ⇒ Integer
The retention period of snapshots that are copied to the destination Amazon Web Services Region.
Instance Attribute Details
#destination_kms_key_id ⇒ String
The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.
2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2819 class SnapshotCopyConfiguration < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_copy_configuration_arn, :snapshot_copy_configuration_id, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#destination_region ⇒ String
The destination Amazon Web Services Region to copy snapshots to.
2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2819 class SnapshotCopyConfiguration < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_copy_configuration_arn, :snapshot_copy_configuration_id, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The name of the namespace to copy snapshots from in the source Amazon Web Services Region.
2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2819 class SnapshotCopyConfiguration < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_copy_configuration_arn, :snapshot_copy_configuration_id, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#snapshot_copy_configuration_arn ⇒ String
The ARN of the snapshot copy configuration object.
2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2819 class SnapshotCopyConfiguration < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_copy_configuration_arn, :snapshot_copy_configuration_id, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#snapshot_copy_configuration_id ⇒ String
The ID of the snapshot copy configuration object.
2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2819 class SnapshotCopyConfiguration < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_copy_configuration_arn, :snapshot_copy_configuration_id, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |
#snapshot_retention_period ⇒ Integer
The retention period of snapshots that are copied to the destination Amazon Web Services Region.
2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2819 class SnapshotCopyConfiguration < Struct.new( :destination_kms_key_id, :destination_region, :namespace_name, :snapshot_copy_configuration_arn, :snapshot_copy_configuration_id, :snapshot_retention_period) SENSITIVE = [] include Aws::Structure end |