Class: Aws::Redshift::Types::ClusterSnapshotCopyStatus

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Returns the destination region and retention period that are configured for cross-region snapshot copy.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_regionString

The destination region that snapshots are automatically copied to when cross-region snapshot copy is enabled.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
# File 'lib/aws-sdk-redshift/types.rb', line 1080

class ClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :retention_period,
  :manual_snapshot_retention_period,
  :snapshot_copy_grant_name)
  include Aws::Structure
end

#manual_snapshot_retention_periodInteger

The number of days that automated snapshots are retained in the destination region after they are copied from a source region. If the value is -1, the manual snapshot is retained indefinitely.

The value must be either -1 or an integer between 1 and 3,653.

Returns:

  • (Integer)


1080
1081
1082
1083
1084
1085
1086
# File 'lib/aws-sdk-redshift/types.rb', line 1080

class ClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :retention_period,
  :manual_snapshot_retention_period,
  :snapshot_copy_grant_name)
  include Aws::Structure
end

#retention_periodInteger

The number of days that automated snapshots are retained in the destination region after they are copied from a source region.

Returns:

  • (Integer)


1080
1081
1082
1083
1084
1085
1086
# File 'lib/aws-sdk-redshift/types.rb', line 1080

class ClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :retention_period,
  :manual_snapshot_retention_period,
  :snapshot_copy_grant_name)
  include Aws::Structure
end

#snapshot_copy_grant_nameString

The name of the snapshot copy grant.

Returns:

  • (String)


1080
1081
1082
1083
1084
1085
1086
# File 'lib/aws-sdk-redshift/types.rb', line 1080

class ClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :retention_period,
  :manual_snapshot_retention_period,
  :snapshot_copy_grant_name)
  include Aws::Structure
end