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

Paws::RDS::GlobalCluster

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

  $service_obj->Method(Att1 => { DatabaseName => $value, ..., StorageEncrypted => $value  });

Results returned from an API call

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

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

A data type representing an Aurora global database.

The default database name within the new global database cluster.

The deletion protection setting for the new global database cluster.

The Aurora database engine used by the global database cluster.

Indicates the database engine version.

A data object containing all properties for the current state of an in-process or pending failover process for this Aurora global database. This object is empty unless the FailoverGlobalCluster API operation has been called on this Aurora global database (GlobalCluster).

The Amazon Resource Name (ARN) for the global database cluster.

Contains a user-supplied global database cluster identifier. This identifier is the unique key that identifies a global database cluster.

The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to 1 item.

The Amazon Web Services Region-unique, immutable identifier for the global database cluster. This identifier is found in Amazon Web Services CloudTrail log entries whenever the Amazon Web Services KMS customer master key (CMK) for the DB cluster is accessed.

Specifies the current state of this global database cluster.

The storage encryption setting for the global database cluster.

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.