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.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class HsmConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | HsmConfiguration()()()() | Initializes a new instance of the HsmConfiguration class | 
|  | Description | 
            Gets and sets the property Description. 
             A text description of the HSM configuration. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | HsmConfigurationIdentifier | 
            Gets and sets the property HsmConfigurationIdentifier. 
             The name of the Amazon Redshift HSM configuration. | 
|  | HsmIpAddress | 
            Gets and sets the property HsmIpAddress. 
             The IP address that the Amazon Redshift cluster must use to access the HSM. | 
|  | HsmPartitionName | 
            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. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDescription(String) | Obsolete. 
            Sets the Description property
             | 
|  | WithHsmConfigurationIdentifier(String) | Obsolete. 
            Sets the HsmConfigurationIdentifier property
             | 
|  | WithHsmIpAddress(String) | Obsolete. 
            Sets the HsmIpAddress property
             | 
|  | WithHsmPartitionName(String) | Obsolete. 
            Sets the HsmPartitionName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | HsmConfiguration |