Class: Aws::DAX::Types::UpdateClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::UpdateClusterRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the DAX cluster to be modified.
-
#description ⇒ String
A description of the changes being made to the cluster.
-
#notification_topic_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the topic.
-
#notification_topic_status ⇒ String
The current state of the topic.
-
#parameter_group_name ⇒ String
The name of a parameter group for this cluster.
-
#preferred_maintenance_window ⇒ String
A range of time when maintenance of DAX cluster software will be performed.
-
#security_group_ids ⇒ Array<String>
A list of user-specified security group IDs to be assigned to each node in the DAX cluster.
Instance Attribute Details
#cluster_name ⇒ String
The name of the DAX cluster to be modified.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-dax/types.rb', line 1642 class UpdateClusterRequest < Struct.new( :cluster_name, :description, :preferred_maintenance_window, :notification_topic_arn, :notification_topic_status, :parameter_group_name, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the changes being made to the cluster.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-dax/types.rb', line 1642 class UpdateClusterRequest < Struct.new( :cluster_name, :description, :preferred_maintenance_window, :notification_topic_arn, :notification_topic_status, :parameter_group_name, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#notification_topic_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the topic.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-dax/types.rb', line 1642 class UpdateClusterRequest < Struct.new( :cluster_name, :description, :preferred_maintenance_window, :notification_topic_arn, :notification_topic_status, :parameter_group_name, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#notification_topic_status ⇒ String
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.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-dax/types.rb', line 1642 class UpdateClusterRequest < Struct.new( :cluster_name, :description, :preferred_maintenance_window, :notification_topic_arn, :notification_topic_status, :parameter_group_name, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#parameter_group_name ⇒ String
The name of a parameter group for this cluster.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-dax/types.rb', line 1642 class UpdateClusterRequest < Struct.new( :cluster_name, :description, :preferred_maintenance_window, :notification_topic_arn, :notification_topic_status, :parameter_group_name, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#preferred_maintenance_window ⇒ String
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.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-dax/types.rb', line 1642 class UpdateClusterRequest < Struct.new( :cluster_name, :description, :preferred_maintenance_window, :notification_topic_arn, :notification_topic_status, :parameter_group_name, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#security_group_ids ⇒ Array<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.
1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-dax/types.rb', line 1642 class UpdateClusterRequest < Struct.new( :cluster_name, :description, :preferred_maintenance_window, :notification_topic_arn, :notification_topic_status, :parameter_group_name, :security_group_ids) SENSITIVE = [] include Aws::Structure end |