You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DAX::Types::UpdateClusterRequestWhen passing UpdateClusterRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
cluster_name: "String", description: "String",
preferred_maintenance_window: "String",
notification_topic_arn: "String",
notification_topic_status: "String",
parameter_group_name: "String",
security_group_ids: ["String"],
}
Instance Attribute Summary collapse
The name of the DAX cluster to be modified.
A description of the changes being made to the cluster.
The Amazon Resource Name (ARN) that identifies the topic.
The current state of the topic.
The name of a parameter group for this cluster.
A range of time when maintenance of DAX cluster software will be performed.
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
The name of the DAX cluster to be modified.
#description ⇒ StringA description of the changes being made to the cluster.
#notification_topic_arn ⇒ StringThe Amazon Resource Name (ARN) that identifies the topic.
#notification_topic_status ⇒ StringThe current state of the topic.
#parameter_group_name ⇒ StringThe name of a parameter group for this cluster.
#preferred_maintenance_window ⇒ StringA 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 user-specified security group IDs to be assigned to each node in the DAX cluster. If this parameter is not specified, DAX assigns the default VPC security group to each node.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4