Aws Dax Cluster Properties Args
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)