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

Paws::Lightsail::RelationalDatabase

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::Lightsail::RelationalDatabase object:

  $service_obj->Method(Att1 => { Arn => $value, ..., Tags => $value  });

Results returned from an API call

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

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

Describes a database.

The Amazon Resource Name (ARN) of the database.

A Boolean value indicating whether automated backup retention is enabled for the database.

The certificate associated with the database.

The timestamp when the database was created. Formatted in Unix time.

The database software (for example, "MySQL").

The database engine version (for example, 5.7.23).

Describes the hardware of the database.

The latest point in time to which the database can be restored. Formatted in Unix time.

The Region name and Availability Zone where the database is located.

The name of the master database created when the Lightsail database resource is created.

The master endpoint for the database.

The master user name of the database.

The unique name of the database resource in Lightsail.

The status of parameter updates for the database.

Describes the pending maintenance actions for the database.

Describes pending database value modifications.

The daily time range during which automated backups are created for the database (for example, "16:00-16:30").

The weekly time range during which system maintenance can occur on the database.

In the format "ddd:hh24:mi-ddd:hh24:mi". For example, "Tue:17:00-Tue:17:30".

A Boolean value indicating whether the database is publicly accessible.

The blueprint ID for the database. A blueprint describes the major engine version of a database.

The bundle ID for the database. A bundle describes the performance specifications for your database.

The Lightsail resource type for the database (for example, "RelationalDatabase").

Describes the secondary Availability Zone of a high availability database.

The secondary database is used for failover support of a high availability database.

Describes the current state of the database.

The support code for the database. Include this code in your email to support when you have questions about a database in Lightsail. This code enables our support team to look up your Lightsail information more easily.

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide (https://lightsail.aws.amazon.com/ls/docs/en/articles/amazon-lightsail-tags).

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

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.