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.

Container for the parameters to the CreateHsmConfiguration operation. Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM.

In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to Hardware Security Modules in the Amazon Redshift Cluster Management Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Redshift.AmazonRedshiftRequest
      Amazon.Redshift.Model.CreateHsmConfigurationRequest

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

Syntax

C#
public class CreateHsmConfigurationRequest : AmazonRedshiftRequest
         IAmazonWebServiceRequest

The CreateHsmConfigurationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

A text description of the HSM configuration to be created.

Public Property HsmConfigurationIdentifier System.String

Gets and sets the property HsmConfigurationIdentifier.

The identifier to be assigned to the new 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 HsmPartitionPassword System.String

Gets and sets the property HsmPartitionPassword.

The password required to access the HSM partition.

Public Property HsmServerPublicCertificate System.String

Gets and sets the property HsmServerPublicCertificate.

The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

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

Gets and sets the property Tags.

A list of tag instances.

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