|
NAMEPaws::RedShift::Snapshot USAGEThis 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 DESCRIPTIONDescribes a snapshot. ATTRIBUTESAccountsWithRestoreAccess => ArrayRef[Paws::RedShift::AccountWithRestoreAccess]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. ActualIncrementalBackupSizeInMegaBytes => NumThe size of the incremental backup. AvailabilityZone => StrThe Availability Zone in which the cluster was created. BackupProgressInMegaBytes => NumThe number of megabytes that have been transferred to the snapshot backup. ClusterCreateTime => StrThe time (UTC) when the cluster was originally created. ClusterIdentifier => StrThe identifier of the cluster for which the snapshot was taken. ClusterVersion => StrThe version ID of the Amazon Redshift engine that is running on the cluster. CurrentBackupRateInMegaBytesPerSecond => NumThe number of megabytes per second being transferred to the snapshot backup. Returns 0 for a completed backup. DBName => StrThe name of the database that was created when the cluster was created. ElapsedTimeInSeconds => IntThe amount of time an in-progress snapshot backup has been running, or the amount of time it took a completed backup to finish. Encrypted => BoolIf "true", the data in the snapshot is encrypted at rest. EncryptedWithHSM => BoolA 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. EngineFullVersion => StrThe cluster version of the cluster used to create the snapshot. For example, 1.0.15503. EnhancedVpcRouting => BoolAn 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 EstimatedSecondsToCompletion => IntThe estimate of the time remaining before the snapshot backup will complete. Returns 0 for a completed backup. KmsKeyId => StrThe 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. MaintenanceTrackName => StrThe name of the maintenance track for the snapshot. ManualSnapshotRemainingDays => IntThe number of days until a manual snapshot will pass its retention period. ManualSnapshotRetentionPeriod => IntThe 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. MasterUsername => StrThe master user name for the cluster. NodeType => StrThe node type of the nodes in the cluster. NumberOfNodes => IntThe number of nodes in the cluster. OwnerAccount => StrFor 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. Port => IntThe port that the cluster is listening on. RestorableNodeTypes => ArrayRef[Str|Undef]The list of node types that this cluster snapshot is able to restore into. SnapshotCreateTime => StrThe time (in UTC format) when Amazon Redshift began the snapshot. A snapshot contains a copy of the cluster data as of this exact time. SnapshotIdentifier => StrThe snapshot identifier that is provided in the request. SnapshotRetentionStartTime => StrA timestamp representing the start of the retention period for the snapshot. SnapshotType => StrThe snapshot type. Snapshots created using CreateClusterSnapshot and CopyClusterSnapshot are of type "manual". SourceRegion => StrThe source region from which the snapshot was copied. Status => StrThe snapshot status. The value of the status depends on the API operation used:
Tags => ArrayRef[Paws::RedShift::Tag]The list of tags for the cluster snapshot. TotalBackupSizeInMegaBytes => NumThe size of the complete set of backup data that would be used to restore the cluster. VpcId => StrThe VPC identifier of the cluster if the snapshot is from a cluster in a VPC. Otherwise, this field is not in the output. SEE ALSOThis class forms part of Paws, describing an object used in Paws::RedShift BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|