Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterSnapshotCopyStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterClusterSnapshotCopyStatus
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#destination_region ⇒ String
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
-
#manual_snapshot_retention_period ⇒ Integer
The number of days that manual snapshots are retained in the destination Region after they are copied from a source Region.
-
#retention_period ⇒ Integer
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
-
#snapshot_copy_grant_name ⇒ String
The name of the snapshot copy grant.
Instance Attribute Details
#destination_region ⇒ String
The destination Region that snapshots are automatically copied to when cross-Region snapshot copy is enabled.
17451 17452 17453 17454 17455 17456 17457 17458 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17451 class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new( :destination_region, :manual_snapshot_retention_period, :retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |
#manual_snapshot_retention_period ⇒ Integer
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
17451 17452 17453 17454 17455 17456 17457 17458 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17451 class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new( :destination_region, :manual_snapshot_retention_period, :retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |
#retention_period ⇒ Integer
The number of days to retain automated snapshots in the destination Region after they are copied from a source Region.
17451 17452 17453 17454 17455 17456 17457 17458 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17451 class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new( :destination_region, :manual_snapshot_retention_period, :retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |
#snapshot_copy_grant_name ⇒ String
The name of the snapshot copy grant.
17451 17452 17453 17454 17455 17456 17457 17458 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17451 class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new( :destination_region, :manual_snapshot_retention_period, :retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |