Values.UpdateClusterRequestSourceModifies 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.
type nonrec t = {clusterName : String_.t;The name of the DAX cluster to be modified.
*)description : String_.t option;A description of the changes being made to the cluster.
*)preferredMaintenanceWindow : String_.t option;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 : String_.t option;The Amazon Resource Name (ARN) that identifies the topic.
*)notificationTopicStatus : String_.t option;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 : String_.t option;The name of a parameter group for this cluster.
*)securityGroupIds : SecurityGroupIdentifierList.t option;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.
*)}