View source: R/dax_operations.R
dax_update_cluster | R Documentation |
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
)
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: |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.