AwsDaxClusterPropertiesArgs

data class AwsDaxClusterPropertiesArgs(val activeNodes: Output<Int>? = null, val clusterArn: Output<String>? = null, val clusterDiscoveryEndpoint: Output<DaxClusterEndpointArgs>? = null, val clusterEndpointEncryptionType: Output<ClusterEndpointEncryptionTypeEnumValueArgs>? = null, val clusterName: Output<String>? = null, val description: Output<String>? = null, val iamRoleArn: Output<String>? = null, val nodeIdsToRemove: Output<List<String>>? = null, val nodeType: Output<String>? = null, val nodes: Output<List<NodeArgs>>? = null, val notificationConfiguration: Output<DaxClusterNotificationConfigurationArgs>? = null, val parameterGroup: Output<ParameterGroupStatusArgs>? = null, val preferredMaintenanceWindow: Output<String>? = null, val securityGroups: Output<List<SecurityGroupMembershipArgs>>? = null, val sseDescription: Output<SSEDescriptionArgs>? = null, val status: Output<String>? = null, val subnetGroup: Output<String>? = null, val totalNodes: Output<Int>? = null) : ConvertibleToJava<AwsDaxClusterPropertiesArgs>

Definition of awsDaxCluster

Constructors

Link copied to clipboard
constructor(activeNodes: Output<Int>? = null, clusterArn: Output<String>? = null, clusterDiscoveryEndpoint: Output<DaxClusterEndpointArgs>? = null, clusterEndpointEncryptionType: Output<ClusterEndpointEncryptionTypeEnumValueArgs>? = null, clusterName: Output<String>? = null, description: Output<String>? = null, iamRoleArn: Output<String>? = null, nodeIdsToRemove: Output<List<String>>? = null, nodeType: Output<String>? = null, nodes: Output<List<NodeArgs>>? = null, notificationConfiguration: Output<DaxClusterNotificationConfigurationArgs>? = null, parameterGroup: Output<ParameterGroupStatusArgs>? = null, preferredMaintenanceWindow: Output<String>? = null, securityGroups: Output<List<SecurityGroupMembershipArgs>>? = null, sseDescription: Output<SSEDescriptionArgs>? = null, status: Output<String>? = null, subnetGroup: Output<String>? = null, totalNodes: Output<Int>? = null)

Properties

Link copied to clipboard
val activeNodes: Output<Int>? = null

The number of nodes in the cluster that are active (i.e., capable of serving requests).

Link copied to clipboard
val clusterArn: Output<String>? = null

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Link copied to clipboard

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.

Link copied to clipboard

The type of encryption supported by the cluster's endpoint. Values are:

  • NONE for no encryption

    TLS for Transport Layer Security

Link copied to clipboard
val clusterName: Output<String>? = null

The name of the DAX cluster.

Link copied to clipboard
val description: Output<String>? = null

The description of the cluster.

Link copied to clipboard
val iamRoleArn: Output<String>? = null

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.

Link copied to clipboard
val nodeIdsToRemove: Output<List<String>>? = null

A list of nodes to be removed from the cluster.

Link copied to clipboard
val nodes: Output<List<NodeArgs>>? = null

A list of nodes that are currently in the cluster.

Link copied to clipboard
val nodeType: Output<String>? = null

The node type for the nodes in the cluster. (All nodes in a DAX cluster are of the same type.)

Link copied to clipboard

Describes a notification topic and its status. Notification topics are used for publishing DAX events to subscribers using Amazon Simple Notification Service (SNS).

Link copied to clipboard

The parameter group being used by nodes in the cluster.

Link copied to clipboard
val preferredMaintenanceWindow: Output<String>? = null

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.

Link copied to clipboard

A list of security groups, and the status of each, for the nodes in the cluster.

Link copied to clipboard
val sseDescription: Output<SSEDescriptionArgs>? = null

The description of the server-side encryption status on the specified DAX cluster.

Link copied to clipboard
val status: Output<String>? = null

The current status of the cluster.

Link copied to clipboard
val subnetGroup: Output<String>? = null

The subnet group where the DAX cluster is running.

Link copied to clipboard
val totalNodes: Output<Int>? = null

The total number of nodes in the cluster.

Functions

Link copied to clipboard
open override fun toJava(): AwsDaxClusterPropertiesArgs