Struct aws_sdk_dax::model::Cluster
source · #[non_exhaustive]pub struct Cluster { /* private fields */ }
Expand description
Contains all of the attributes of a specific DAX cluster.
Implementations§
source§impl Cluster
impl Cluster
sourcepub fn cluster_name(&self) -> Option<&str>
pub fn cluster_name(&self) -> Option<&str>
The name of the DAX cluster.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the cluster.
sourcepub fn cluster_arn(&self) -> Option<&str>
pub fn cluster_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
sourcepub fn total_nodes(&self) -> Option<i32>
pub fn total_nodes(&self) -> Option<i32>
The total number of nodes in the cluster.
sourcepub fn active_nodes(&self) -> Option<i32>
pub fn active_nodes(&self) -> Option<i32>
The number of nodes in the cluster that are active (i.e., capable of serving requests).
sourcepub fn node_type(&self) -> Option<&str>
pub fn node_type(&self) -> Option<&str>
The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)
sourcepub fn cluster_discovery_endpoint(&self) -> Option<&Endpoint>
pub fn cluster_discovery_endpoint(&self) -> Option<&Endpoint>
The endpoint for this DAX cluster, consisting of a DNS name, a port number, and a URL. Applications should use the URL to configure the DAX client to find their cluster.
sourcepub fn node_ids_to_remove(&self) -> Option<&[String]>
pub fn node_ids_to_remove(&self) -> Option<&[String]>
A list of nodes to be removed from the cluster.
sourcepub fn preferred_maintenance_window(&self) -> Option<&str>
pub fn preferred_maintenance_window(&self) -> Option<&str>
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.
sourcepub fn notification_configuration(&self) -> Option<&NotificationConfiguration>
pub fn notification_configuration(&self) -> Option<&NotificationConfiguration>
Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).
sourcepub fn subnet_group(&self) -> Option<&str>
pub fn subnet_group(&self) -> Option<&str>
The subnet group where the DAX cluster is running.
sourcepub fn security_groups(&self) -> Option<&[SecurityGroupMembership]>
pub fn security_groups(&self) -> Option<&[SecurityGroupMembership]>
A list of security groups, and the status of each, for the nodes in the cluster.
sourcepub fn iam_role_arn(&self) -> Option<&str>
pub fn iam_role_arn(&self) -> Option<&str>
A valid Amazon Resource Name (ARN) that identifies an IAM role. At runtime, DAX will assume this role and use the role's permissions to access DynamoDB on your behalf.
sourcepub fn parameter_group(&self) -> Option<&ParameterGroupStatus>
pub fn parameter_group(&self) -> Option<&ParameterGroupStatus>
The parameter group being used by nodes in the cluster.
sourcepub fn sse_description(&self) -> Option<&SseDescription>
pub fn sse_description(&self) -> Option<&SseDescription>
The description of the server-side encryption status on the specified DAX cluster.
sourcepub fn cluster_endpoint_encryption_type(
&self
) -> Option<&ClusterEndpointEncryptionType>
pub fn cluster_endpoint_encryption_type(
&self
) -> Option<&ClusterEndpointEncryptionType>
The type of encryption supported by the cluster's endpoint. Values are:
-
NONE
for no encryptionTLS
for Transport Layer Security