The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::RDS::GlobalCluster

USAGE

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

DESCRIPTION

A data type representing an Aurora global database.

ATTRIBUTES

DatabaseName => Str

The default database name within the new global database cluster.

DeletionProtection => Bool

The deletion protection setting for the new global database cluster.

Engine => Str

The Aurora database engine used by the global database cluster.

EngineVersion => Str

Indicates the database engine version.

FailoverState => Paws::RDS::FailoverState

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).

GlobalClusterArn => Str

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

GlobalClusterIdentifier => Str

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

GlobalClusterMembers => ArrayRef[Paws::RDS::GlobalClusterMember]

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

GlobalClusterResourceId => Str

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.

Status => Str

Specifies the current state of this global database cluster.

StorageEncrypted => Bool

The storage encryption setting for the global database cluster.

SEE ALSO

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

BUGS and CONTRIBUTIONS

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