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
When making an API call, you may pass AwsRedshiftClusterClusterSnapshotCopyStatus data as a hash:
{
destination_region: "NonEmptyString",
manual_snapshot_retention_period: 1,
retention_period: 1,
snapshot_copy_grant_name: "NonEmptyString",
}
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.
17013 17014 17015 17016 17017 17018 17019 17020 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17013 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
17013 17014 17015 17016 17017 17018 17019 17020 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17013 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.
17013 17014 17015 17016 17017 17018 17019 17020 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17013 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.
17013 17014 17015 17016 17017 17018 17019 17020 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 17013 class AwsRedshiftClusterClusterSnapshotCopyStatus < Struct.new( :destination_region, :manual_snapshot_retention_period, :retention_period, :snapshot_copy_grant_name) SENSITIVE = [] include Aws::Structure end |