Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterSnapshotCopyStatus

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

Overview

You can configure Amazon Redshift to copy snapshots for a cluster to another Amazon Web Services Region. This parameter provides information about a cross-Region snapshot copy.

Constant Summary collapse

SENSITIVE =
[]

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)


17448
17449
17450
17451
17452
17453
17454
17455
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17448

class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :manual_snapshot_retention_period,
  :retention_period,
  :snapshot_copy_grant_name)
  SENSITIVE = []
  include Aws::Structure
end

#manual_snapshot_retention_periodInteger

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

If the value is -1, then the manual snapshot is retained indefinitely.

Valid values: Either -1 or an integer between 1 and 3,653

Returns:

  • (Integer)


17448
17449
17450
17451
17452
17453
17454
17455
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17448

class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :manual_snapshot_retention_period,
  :retention_period,
  :snapshot_copy_grant_name)
  SENSITIVE = []
  include Aws::Structure
end

#retention_periodInteger

The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.

Returns:

  • (Integer)


17448
17449
17450
17451
17452
17453
17454
17455
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17448

class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :manual_snapshot_retention_period,
  :retention_period,
  :snapshot_copy_grant_name)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_copy_grant_nameString

The name of the snapshot copy grant.

Returns:

  • (String)


17448
17449
17450
17451
17452
17453
17454
17455
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17448

class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new(
  :destination_region,
  :manual_snapshot_retention_period,
  :retention_period,
  :snapshot_copy_grant_name)
  SENSITIVE = []
  include Aws::Structure
end