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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2772

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)


2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 2772

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