AWS SDK Version 4 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.

Returns properties of possible node configurations such as node type, number of nodes, and disk usage for the specified action type.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeNodeConfigurationOptionsAsync.

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

Syntax

C#
public virtual DescribeNodeConfigurationOptionsResponse DescribeNodeConfigurationOptions(
         DescribeNodeConfigurationOptionsRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.DescribeNodeConfigurationOptionsRequest

Container for the necessary parameters to execute the DescribeNodeConfigurationOptions service method.

Return Value


The response from the DescribeNodeConfigurationOptions service method, as returned by Redshift.

Exceptions

ExceptionCondition
AccessToSnapshotDeniedException The owner of the specified snapshot has not authorized your account to access the snapshot.
ClusterNotFoundException The ClusterIdentifier parameter does not refer to an existing cluster.
ClusterSnapshotNotFoundException The snapshot identifier does not refer to an existing cluster snapshot.
InvalidClusterSnapshotStateException The specified cluster snapshot is not in the available state, or other accounts are authorized to access the snapshot.
UnsupportedOperationException The requested operation isn't supported.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also