amazonka-cloudhsm-0.3.3: Amazon CloudHSM SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.CloudHSM.DescribeHsm

Contents

Description

Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number.

http://docs.aws.amazon.com/cloudhsm/latest/dg/API_DescribeHsm.html

Synopsis

Request

Request constructor

describeHsm :: DescribeHsm Source

DescribeHsm constructor.

The fields accessible through corresponding lenses are:

Request lenses

dh1HsmArn :: Lens' DescribeHsm (Maybe Text) Source

The ARN of the HSM. Either the HsmArn or the SerialNumber parameter must be specified.

dh1HsmSerialNumber :: Lens' DescribeHsm (Maybe Text) Source

The serial number of the HSM. Either the HsmArn or the HsmSerialNumber parameter must be specified.

Response

Response constructor

Response lenses

dhr2AvailabilityZone :: Lens' DescribeHsmResponse (Maybe Text) Source

The Availability Zone that the HSM is in.

dhr2EniId :: Lens' DescribeHsmResponse (Maybe Text) Source

The identifier of the elastic network interface (ENI) attached to the HSM.

dhr2EniIp :: Lens' DescribeHsmResponse (Maybe Text) Source

The IP address assigned to the HSM's ENI.

dhr2IamRoleArn :: Lens' DescribeHsmResponse (Maybe Text) Source

The ARN of the IAM role assigned to the HSM.

dhr2Partitions :: Lens' DescribeHsmResponse [Text] Source

The list of partitions on the HSM.

dhr2SerialNumber :: Lens' DescribeHsmResponse (Maybe Text) Source

The serial number of the HSM.

dhr2ServerCertLastUpdated :: Lens' DescribeHsmResponse (Maybe Text) Source

The date and time the server certificate was last updated.

dhr2ServerCertUri :: Lens' DescribeHsmResponse (Maybe Text) Source

The URI of the certificate server.

dhr2SshKeyLastUpdated :: Lens' DescribeHsmResponse (Maybe Text) Source

The date and time the SSH key was last updated.

dhr2StatusDetails :: Lens' DescribeHsmResponse (Maybe Text) Source

Contains additional information about the status of the HSM.

dhr2SubnetId :: Lens' DescribeHsmResponse (Maybe Text) Source

The identifier of the subnet the HSM is in.

dhr2VendorName :: Lens' DescribeHsmResponse (Maybe Text) Source

The name of the HSM vendor.

dhr2VpcId :: Lens' DescribeHsmResponse (Maybe Text) Source

The identifier of the VPC that the HSM is in.