GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::RedShift::Snapshot(3) User Contributed Perl Documentation Paws::RedShift::Snapshot(3)

Paws::RedShift::Snapshot

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::RedShift::Snapshot object:

  $service_obj->Method(Att1 => { AccountsWithRestoreAccess => $value, ..., VpcId => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::RedShift::Snapshot object:

  $result = $service_obj->Method(...);
  $result->Att1->AccountsWithRestoreAccess

Describes a snapshot.

A list of the AWS customer accounts authorized to restore the snapshot. Returns "null" if no accounts are authorized. Visible only to the snapshot owner.

The size of the incremental backup.

The Availability Zone in which the cluster was created.

The number of megabytes that have been transferred to the snapshot backup.

The time (UTC) when the cluster was originally created.

The identifier of the cluster for which the snapshot was taken.

The version ID of the Amazon Redshift engine that is running on the cluster.

The number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup.

The name of the database that was created when the cluster was created.

The amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish.

If "true", the data in the snapshot is encrypted at rest.

A boolean that indicates whether the snapshot data is encrypted using the HSM keys of the source cluster. "true" indicates that the data is encrypted using HSM keys.

The cluster version of the cluster used to create the snapshot. For example, 1.0.15503.

An option that specifies whether to create the cluster with enhanced VPC routing enabled. To create a cluster that uses enhanced VPC routing, the cluster must be in a VPC. For more information, see Enhanced VPC Routing (https://docs.aws.amazon.com/redshift/latest/mgmt/enhanced-vpc-routing.html) in the Amazon Redshift Cluster Management Guide.

If this option is "true", enhanced VPC routing is enabled.

Default: false

The estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup.

The AWS Key Management Service (KMS) key ID of the encryption key that was used to encrypt data in the cluster from which the snapshot was taken.

The name of the maintenance track for the snapshot.

The number of days until a manual snapshot will pass its retention period.

The number of days that a manual snapshot is retained. 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.

The master user name for the cluster.

The node type of the nodes in the cluster.

The number of nodes in the cluster.

For manual snapshots, the AWS customer account used to create or copy the snapshot. For automatic snapshots, the owner of the cluster. The owner can perform all snapshot actions, such as sharing a manual snapshot.

The port that the cluster is listening on.

The list of node types that this cluster snapshot is able to restore into.

The time (in UTC format) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time.

The snapshot identifier that is provided in the request.

A timestamp representing the start of the retention period for the snapshot.

The snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot are of type "manual".

The source region from which the snapshot was copied.

The snapshot status. The value of the status depends on the API operation used:

  • CreateClusterSnapshot and CopyClusterSnapshot returns status as "creating".
  • DescribeClusterSnapshots returns status as "creating", "available", "final snapshot", or "failed".
  • DeleteClusterSnapshot returns status as "deleted".

The list of tags for the cluster snapshot.

The size of the complete set of backup data that would be used to restore the cluster.

The VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output.

This class forms part of Paws, describing an object used in Paws::RedShift

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.