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

Paws::DAX::Cluster

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::DAX::Cluster object:

  $service_obj->Method(Att1 => { ActiveNodes => $value, ..., TotalNodes => $value  });

Results returned from an API call

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

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

Contains all of the attributes of a specific DAX cluster.

The number of nodes in the cluster that are active (i.e., capable of serving requests).

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL. Applications should use the URL to configure the DAX client to find their cluster.

The type of encryption supported by the cluster's endpoint. Values are:

"NONE" for no encryption

"TLS" for Transport Layer Security

The name of the DAX cluster.

The description of the cluster.

A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.

A list of nodes to be removed from the cluster.

A list of nodes that are currently in the cluster.

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

The parameter group being used by nodes in the cluster.

A range of time when maintenance of DAX cluster software will be performed. For example: "sun:01:00-sun:09:00". Cluster maintenance normally takes less than 30 minutes, and is performed automatically within the maintenance window.

A list of security groups, and the status of each, for the nodes in the cluster.

The description of the server-side encryption status on the specified DAX cluster.

The current status of the cluster.

The subnet group where the DAX cluster is running.

The total number of nodes in the cluster.

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

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.