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

Paws::SecurityHub::AwsRdsDbClusterDetails

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::SecurityHub::AwsRdsDbClusterDetails object:

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

Results returned from an API call

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

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

Information about an Amazon RDS DB cluster.

The status of the database activity stream.

For all database engines except Aurora, specifies the allocated storage size in gibibytes (GiB).

A list of the IAM roles that are associated with the DB cluster.

A list of Availability Zones (AZs) where instances in the DB cluster can be created.

The number of days for which automated backups are retained.

Indicates when the DB cluster was created, in Universal Coordinated Time (UTC).

Uses the "date-time" format specified in RFC 3339 section 5.6, Internet Date/Time Format (https://tools.ietf.org/html/rfc3339#section-5.6). The value cannot contain spaces. For example, "2020-03-22T13:22:13.933Z".

Whether tags are copied from the DB cluster to snapshots of the DB cluster.

Whether the DB cluster is a clone of a DB cluster owned by a different AWS account.

A list of custom endpoints for the DB cluster.

The name of the database.

The DB cluster identifier that the user assigned to the cluster. This identifier is the unique key that identifies a DB cluster.

The list of instances that make up the DB cluster.

The list of option group memberships for this DB cluster.

The name of the DB cluster parameter group for the DB cluster.

The identifier of the DB cluster. The identifier must be unique within each AWS Region and is immutable.

The subnet group that is associated with the DB cluster, including the name, description, and subnets in the subnet group.

Whether the DB cluster has deletion protection enabled.

The Active Directory domain membership records that are associated with the DB cluster.

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

The connection endpoint for the primary instance of the DB cluster.

The name of the database engine to use for this DB cluster.

The database engine mode of the DB cluster.

The version number of the database engine to use.

Specifies the identifier that Amazon Route 53 assigns when you create a hosted zone.

Whether the HTTP endpoint for an Aurora Serverless DB cluster is enabled.

Whether the mapping of IAM accounts to database accounts is enabled.

The ARN of the AWS KMS master key that is used to encrypt the database instances in the DB cluster.

The name of the master user for the DB cluster.

Whether the DB cluster has instances in multiple Availability Zones.

The port number on which the DB instances in the DB cluster accept connections.

The range of time each day when automated backups are created, if automated backups are enabled.

Uses the format "HH:MM-HH:MM". For example, "04:52-05:22".

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

Uses the format "<day>:HH:MM-<day>:HH:MM".

For the day values, use "mon"|"tue"|"wed"|"thu"|"fri"|"sat"|"sun".

For example, "sun:09:32-sun:10:02".

The reader endpoint for the DB cluster.

The identifiers of the read replicas that are associated with this DB cluster.

The current status of this DB cluster.

Whether the DB cluster is encrypted.

A list of VPC security groups that the DB cluster belongs to.

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

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.