Class: Aws::RedshiftServerless::Types::SnapshotCopyConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#destination_kms_key_idString

The ID of the KMS key to use to encrypt your snapshots in the destination Amazon Web Services Region.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2793

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_regionString

The destination Amazon Web Services Region to copy snapshots to.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2793

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_nameString

The name of the namespace to copy snapshots from in the source Amazon Web Services Region.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2793

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_arnString

The ARN of the snapshot copy configuration object.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2793

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_idString

The ID of the snapshot copy configuration object.

Returns:

  • (String)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2793

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_periodInteger

The retention period of snapshots that are copied to the destination Amazon Web Services Region.

Returns:

  • (Integer)


2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2793

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