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 NodeToNodeEncryptionOptionsStatus = NodeToNodeEncryptionOptionsStatus' {}
- newNodeToNodeEncryptionOptionsStatus :: NodeToNodeEncryptionOptions -> OptionStatus -> NodeToNodeEncryptionOptionsStatus
- nodeToNodeEncryptionOptionsStatus_options :: Lens' NodeToNodeEncryptionOptionsStatus NodeToNodeEncryptionOptions
- nodeToNodeEncryptionOptionsStatus_status :: Lens' NodeToNodeEncryptionOptionsStatus OptionStatus
Documentation
data NodeToNodeEncryptionOptionsStatus Source #
Status of the node-to-node encryption options for the specified domain.
See: newNodeToNodeEncryptionOptionsStatus
smart constructor.
NodeToNodeEncryptionOptionsStatus' | |
|
Instances
newNodeToNodeEncryptionOptionsStatus Source #
Create a value of NodeToNodeEncryptionOptionsStatus
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:options:NodeToNodeEncryptionOptionsStatus'
, nodeToNodeEncryptionOptionsStatus_options
- The node-to-node encryption options for the specified domain.
$sel:status:NodeToNodeEncryptionOptionsStatus'
, nodeToNodeEncryptionOptionsStatus_status
- The status of the node-to-node encryption options for the specified
domain.
nodeToNodeEncryptionOptionsStatus_options :: Lens' NodeToNodeEncryptionOptionsStatus NodeToNodeEncryptionOptions Source #
The node-to-node encryption options for the specified domain.
nodeToNodeEncryptionOptionsStatus_status :: Lens' NodeToNodeEncryptionOptionsStatus OptionStatus Source #
The status of the node-to-node encryption options for the specified domain.