![]() |
![]()
| ![]() |
![]()
NAMEPaws::DAX::Cluster USAGEThis 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 DESCRIPTIONContains all of the attributes of a specific DAX cluster. ATTRIBUTESActiveNodes => IntThe number of nodes in the cluster that are active (i.e., capable of serving requests). ClusterArn => StrThe Amazon Resource Name (ARN) that uniquely identifies the cluster. ClusterDiscoveryEndpoint => Paws::DAX::EndpointThe 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. ClusterEndpointEncryptionType => StrThe type of encryption supported by the cluster's endpoint. Values are:
ClusterName => StrThe name of the DAX cluster. Description => StrThe description of the cluster. IamRoleArn => StrA 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. NodeIdsToRemove => ArrayRef[Str|Undef]A list of nodes to be removed from the cluster. Nodes => ArrayRef[Paws::DAX::Node]A list of nodes that are currently in the cluster. NodeType => StrThe node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.) NotificationConfiguration => Paws::DAX::NotificationConfigurationDescribes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS). ParameterGroup => Paws::DAX::ParameterGroupStatusThe parameter group being used by nodes in the cluster. PreferredMaintenanceWindow => StrA 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. SecurityGroups => ArrayRef[Paws::DAX::SecurityGroupMembership]A list of security groups, and the status of each, for the nodes in the cluster. SSEDescription => Paws::DAX::SSEDescriptionThe description of the server-side encryption status on the specified DAX cluster. Status => StrThe current status of the cluster. SubnetGroup => StrThe subnet group where the DAX cluster is running. TotalNodes => IntThe total number of nodes in the cluster. SEE ALSOThis class forms part of Paws, describing an object used in Paws::DAX BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|