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::RDS::DBSnapshot(3) User Contributed Perl Documentation Paws::RDS::DBSnapshot(3)

Paws::RDS::DBSnapshot

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::RDS::DBSnapshot object:

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

Results returned from an API call

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

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

Contains the details of an Amazon RDS DB snapshot.

This data type is used as a response element in the "DescribeDBSnapshots" action.

Specifies the allocated storage size in gibibytes (GiB).

Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.

Specifies the DB instance identifier of the DB instance this DB snapshot was created from.

The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.

The Amazon Resource Name (ARN) for the DB snapshot.

Specifies the identifier for the DB snapshot.

Specifies whether the DB snapshot is encrypted.

Specifies the name of the database engine.

Specifies the version of the database engine.

True if mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled, and otherwise false.

Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken, was created.

Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.

If "Encrypted" is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.

The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the Amazon Web Services KMS customer master key (CMK).

License model information for the restored DB instance.

Provides the master username for the DB snapshot.

Provides the option group name for the DB snapshot.

The percentage of the estimated data that has been transferred.

Specifies the port that the database engine was listening on at the time of the snapshot.

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the DB snapshot was created.

Specifies when the snapshot was taken in Coordinated Universal Time (UTC).

Provides the type of the DB snapshot.

The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from. It only has value in case of cross-customer or cross-region copy.

The Amazon Web Services Region that the DB snapshot was created in or copied from.

Specifies the status of this DB snapshot.

Specifies the storage type associated with DB snapshot.

The ARN from the key store with which to associate the instance for TDE encryption.

The time zone of the DB snapshot. In most cases, the "Timezone" element is empty. "Timezone" content appears only for snapshots taken from Microsoft SQL Server DB instances that were created with a time zone specified.

Provides the VPC ID associated with the DB snapshot.

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

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.