Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Hsm = Hsm' {}
- newHsm :: Text -> Hsm
- hsm_stateMessage :: Lens' Hsm (Maybe Text)
- hsm_state :: Lens' Hsm (Maybe HsmState)
- hsm_eniId :: Lens' Hsm (Maybe Text)
- hsm_subnetId :: Lens' Hsm (Maybe Text)
- hsm_availabilityZone :: Lens' Hsm (Maybe Text)
- hsm_clusterId :: Lens' Hsm (Maybe Text)
- hsm_eniIp :: Lens' Hsm (Maybe Text)
- hsm_hsmId :: Lens' Hsm Text
Documentation
Contains information about a hardware security module (HSM) in an AWS CloudHSM cluster.
See: newHsm
smart constructor.
Hsm' | |
|
Instances
Create a value of Hsm
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:stateMessage:Hsm'
, hsm_stateMessage
- A description of the HSM's state.
$sel:state:Hsm'
, hsm_state
- The HSM's state.
$sel:eniId:Hsm'
, hsm_eniId
- The identifier (ID) of the HSM's elastic network interface (ENI).
$sel:subnetId:Hsm'
, hsm_subnetId
- The subnet that contains the HSM's elastic network interface (ENI).
$sel:availabilityZone:Hsm'
, hsm_availabilityZone
- The Availability Zone that contains the HSM.
$sel:clusterId:Hsm'
, hsm_clusterId
- The identifier (ID) of the cluster that contains the HSM.
$sel:eniIp:Hsm'
, hsm_eniIp
- The IP address of the HSM's elastic network interface (ENI).
$sel:hsmId:Hsm'
, hsm_hsmId
- The HSM's identifier (ID).
hsm_eniId :: Lens' Hsm (Maybe Text) Source #
The identifier (ID) of the HSM's elastic network interface (ENI).
hsm_subnetId :: Lens' Hsm (Maybe Text) Source #
The subnet that contains the HSM's elastic network interface (ENI).
hsm_clusterId :: Lens' Hsm (Maybe Text) Source #
The identifier (ID) of the cluster that contains the HSM.