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

.NET Framework 4.5
 
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.

Namespace: Amazon.Redshift
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CreateHsmConfigurationResponse CreateHsmConfiguration(
         CreateHsmConfigurationRequest request
)

Parameters

request
Type: Amazon.Redshift.Model.CreateHsmConfigurationRequest

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

Return Value
Type: Amazon.Redshift.Model.CreateHsmConfigurationResponse
The response from the CreateHsmConfiguration service method, as returned by Redshift.

Exceptions

ExceptionCondition
HsmConfigurationAlreadyExistsException There is already an existing Amazon Redshift HSM configuration with the specified identifier.
HsmConfigurationQuotaExceededException The quota for HSM configurations has been reached. For information about increasing your quota, go to Limits in Amazon Redshift in the Amazon Redshift Cluster Management Guide.
InvalidTagException The tag is invalid.
TagLimitExceededException The request exceeds the limit of 10 tags for the resource.

Version Information

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