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

Paws::DocDB::DBInstance

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::DocDB::DBInstance object:

  $service_obj->Method(Att1 => { AutoMinorVersionUpgrade => $value, ..., VpcSecurityGroups => $value  });

Results returned from an API call

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

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

Detailed information about an instance.

Does not apply. This parameter does not apply to Amazon DocumentDB. Amazon DocumentDB does not perform minor version upgrades regardless of the value set.

Specifies the name of the Availability Zone that the instance is located in.

Specifies the number of days for which automatic snapshots are retained.

The identifier of the CA certificate for this DB instance.

Contains the name of the cluster that the instance is a member of if the instance is a member of a cluster.

The Amazon Resource Name (ARN) for the instance.

Contains the name of the compute and memory capacity class of the instance.

Contains a user-provided database identifier. This identifier is the unique key that identifies an instance.

Specifies the current state of this database.

The Region-unique, immutable identifier for the instance. This identifier is found in CloudTrail log entries whenever the KMS key for the instance is accessed.

Specifies information on the subnet group that is associated with the instance, including the name, description, and subnets in the subnet group.

A list of log types that this instance is configured to export to CloudWatch Logs.

Specifies the connection endpoint.

Provides the name of the database engine to be used for this instance.

Indicates the database engine version.

Provides the date and time that the instance was created.

If "StorageEncrypted" is "true", the KMS key identifier for the encrypted instance.

Specifies the latest time to which a database can be restored with point-in-time restore.

Specifies that changes to the instance are pending. This element is included only when changes are pending. Specific changes are identified by subelements.

Specifies the daily time range during which automated backups are created if automated backups are enabled, as determined by the "BackupRetentionPeriod".

Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).

A value that specifies the order in which an Amazon DocumentDB replica is promoted to the primary instance after a failure of the existing primary instance.

Not supported. Amazon DocumentDB does not currently support public endpoints. The value of "PubliclyAccessible" is always "false".

The status of a read replica. If the instance is not a read replica, this is blank.

Specifies whether or not the instance is encrypted.

Provides a list of VPC security group elements that the instance belongs to.

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

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.