You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DAX::Types::UpdateClusterRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateClusterRequest as input to an Aws::Client method, you can use a vanilla 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"],
}

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the DAX cluster to be modified.

Returns:

  • (String)

    The name of the DAX cluster to be modified.

#descriptionString

A description of the changes being made to the cluster.

Returns:

  • (String)

    A description of the changes being made to the cluster.

#notification_topic_arnString

The Amazon Resource Name (ARN) that identifies the topic.

Returns:

  • (String)

    The Amazon Resource Name (ARN) that identifies the topic.

#notification_topic_statusString

The current state of the topic.

Returns:

  • (String)

    The current state of the topic.

#parameter_group_nameString

The name of a parameter group for this cluster.

Returns:

  • (String)

    The name of a parameter group for this cluster.

#preferred_maintenance_windowString

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.

Returns:

  • (String)

    A range of time when maintenance of DAX cluster software will be performed.

#security_group_idsArray<String>

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.

Returns:

  • (Array<String>)

    A list of user-specified security group IDs to be assigned to each node in the DAX cluster.