NodeConfigurationOptionsFilter - Amazon Redshift

NodeConfigurationOptionsFilter

A set of elements to filter the returned node configurations.

Contents

Note

In the following list, the required parameters are described first.

Name

The name of the element to filter.

Type: String

Valid Values: NodeType | NumberOfNodes | EstimatedDiskUtilizationPercent | Mode

Required: No

Operator

The filter operator. If filter Name is NodeType only the 'in' operator is supported. Provide one value to evaluate for 'eq', 'lt', 'le', 'gt', and 'ge'. Provide two values to evaluate for 'between'. Provide a list of values for 'in'.

Type: String

Valid Values: eq | lt | gt | le | ge | in | between

Required: No

Value.item.N

List of values. Compare Name using Operator to Values. If filter Name is NumberOfNodes, then values can range from 0 to 200. If filter Name is EstimatedDiskUtilizationPercent, then values can range from 0 to 100. For example, filter NumberOfNodes (name) GT (operator) 3 (values).

Type: Array of strings

Length Constraints: Maximum length of 2147483647.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: