AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A set of elements to filter the returned node configurations.

Inheritance Hierarchy

System.Object
  Amazon.Redshift.Model.NodeConfigurationOptionsFilter

Namespace: Amazon.Redshift.Model
Assembly: AWSSDK.Redshift.dll
Version: 3.x.y.z

Syntax

C#
public class NodeConfigurationOptionsFilter

The NodeConfigurationOptionsFilter type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Name Amazon.Redshift.NodeConfigurationOptionsFilterName

Gets and sets the property Name.

The name of the element to filter.

Public Property Operator Amazon.Redshift.OperatorType

Gets and sets the property 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'.

Public Property Values System.Collections.Generic.List<System.String>

Gets and sets the property Values.

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).

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5