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.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-dax/types.rb', line 1586 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.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-dax/types.rb', line 1586 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.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-dax/types.rb', line 1586 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.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-dax/types.rb', line 1586 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.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-dax/types.rb', line 1586 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.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-dax/types.rb', line 1586 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.
1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 |
# File 'lib/aws-sdk-dax/types.rb', line 1586 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 |