Class: Aws::RedshiftServerless::Types::CreateSnapshotCopyConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_kms_key_idString

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

Returns:

  • (String)


463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-redshiftserverless/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_regionString

The destination Amazon Web Services Region that you want to copy snapshots to.

Returns:

  • (String)


463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-redshiftserverless/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_nameString

The name of the namespace to copy snapshots from.

Returns:

  • (String)


463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-redshiftserverless/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_periodInteger

The retention period of the snapshots that you copy to the destination Amazon Web Services Region.

Returns:

  • (Integer)


463
464
465
466
467
468
469
470
# File 'gems/aws-sdk-redshiftserverless/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