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

Paws::RDS::DBInstanceAutomatedBackup

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::DBInstanceAutomatedBackup 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::DBInstanceAutomatedBackup object:

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

An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.

Specifies the allocated storage size in gibibytes (GiB).

The Availability Zone that the automated backup was created in. For information on Amazon Web Services Regions and Availability Zones, see Regions and Availability Zones (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).

The retention period for the automated backups.

The Amazon Resource Name (ARN) for the automated backups.

The Amazon Resource Name (ARN) for the replicated automated backups.

The list of replications to different Amazon Web Services Regions associated with the automated backup.

The customer id of the instance that is/was associated with the automated backup.

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

Specifies whether the automated backup is encrypted.

The name of the database engine for this automated backup.

The version of the database engine for the automated backup.

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

Provides the date and time that the DB instance was created.

The IOPS (I/O operations per second) value for the automated backup.

The Amazon Web Services KMS key ID for an automated backup.

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 automated backup.

The license model of an automated backup.

The option group the automated backup is associated with. If omitted, the default option group for the engine specified is used.

The port number that the automated backup used for connections.

Default: Inherits from the source DB instance

Valid Values: "1150-65535"

The Amazon Web Services Region associated with the automated backup.

Earliest and latest time an instance can be restored to.

Provides a list of status information for an automated backup:

  • "active" - automated backups for current instances
  • "retained" - automated backups for deleted instances
  • "creating" - automated backups that are waiting for the first automated snapshot to be available.

Specifies the storage type associated with the automated backup.

The ARN from the key store with which the automated backup is associated for TDE encryption.

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

Provides the VPC ID associated with the DB instance

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.