dax_update_cluster function

Modifies the settings for a DAX cluster

Modifies the settings for a DAX cluster

Modifies the settings for a DAX cluster. You can use this action to change one or more cluster configuration parameters by specifying the parameters and the new values.

See https://www.paws-r-sdk.com/docs/dax_update_cluster/ for full documentation.

dax_update_cluster( ClusterName, Description = NULL, PreferredMaintenanceWindow = NULL, NotificationTopicArn = NULL, NotificationTopicStatus = NULL, ParameterGroupName = NULL, SecurityGroupIds = NULL )

Arguments

  • ClusterName: [required] The name of the DAX cluster to be modified.
  • Description: A description of the changes being made to the cluster.
  • PreferredMaintenanceWindow: 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.
  • NotificationTopicArn: The Amazon Resource Name (ARN) that identifies the topic.
  • NotificationTopicStatus: The current state of the topic. A value of “active” means that notifications will be sent to the topic. A value of “inactive” means that notifications will not be sent to the topic.
  • ParameterGroupName: The name of a parameter group for this cluster.
  • SecurityGroupIds: 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.