class Aws::DAX::Types::UpdateClusterRequest

@note When making an API call, you may pass UpdateClusterRequest

data as a hash:

    {
      cluster_name: "String", # required
      description: "String",
      preferred_maintenance_window: "String",
      notification_topic_arn: "String",
      notification_topic_status: "String",
      parameter_group_name: "String",
      security_group_ids: ["String"],
    }

@!attribute [rw] cluster_name

The name of the DAX cluster to be modified.
@return [String]

@!attribute [rw] description

A description of the changes being made to the cluster.
@return [String]

@!attribute [rw] preferred_maintenance_window

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.
@return [String]

@!attribute [rw] notification_topic_arn

The Amazon Resource Name (ARN) that identifies the topic.
@return [String]

@!attribute [rw] notification_topic_status

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.
@return [String]

@!attribute [rw] parameter_group_name

The name of a parameter group for this cluster.
@return [String]

@!attribute [rw] security_group_ids

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.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/dax-2017-04-19/UpdateClusterRequest AWS API Documentation

Constants

SENSITIVE