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.

Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.

Inheritance Hierarchy

System.Object
  Amazon.Redshift.Model.HsmConfiguration

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

Syntax

C#
public class HsmConfiguration

The HsmConfiguration type exposes the following members

Constructors

NameDescription
Public Method HsmConfiguration()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A text description of the HSM configuration.

Public Property HsmConfigurationIdentifier System.String

Gets and sets the property HsmConfigurationIdentifier.

The name of the Amazon Redshift HSM configuration.

Public Property HsmIpAddress System.String

Gets and sets the property HsmIpAddress.

The IP address that the Amazon Redshift cluster must use to access the HSM.

Public Property HsmPartitionName System.String

Gets and sets the property HsmPartitionName.

The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

Public Property Tags System.Collections.Generic.List<Amazon.Redshift.Model.Tag>

Gets and sets the property Tags.

The list of tags for the HSM configuration.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5