Class: Aws::SecurityHub::Types::AwsRedshiftClusterClusterSnapshotCopyStatus
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SecurityHub::Types::AwsRedshiftClusterClusterSnapshotCopyStatus
 
- 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
- 
  
    
      #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.
| 16966 16967 16968 16969 16970 16971 16972 16973 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16966 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
| 16966 16967 16968 16969 16970 16971 16972 16973 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16966 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.
| 16966 16967 16968 16969 16970 16971 16972 16973 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16966 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.
| 16966 16967 16968 16969 16970 16971 16972 16973 | # File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 16966 class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new( :destination_region, :manual_snapshot_retention_period, :retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |