| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.DAX.Types.SSEDescription
Description
Synopsis
Documentation
data SSEDescription Source #
The description of the server-side encryption status on the specified DAX cluster.
See: newSSEDescription smart constructor.
Constructors
| SSEDescription' | |
Instances
newSSEDescription :: SSEDescription Source #
Create a value of SSEDescription 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:status:SSEDescription', sSEDescription_status - The current state of server-side encryption:
ENABLING- Server-side encryption is being enabled.ENABLED- Server-side encryption is enabled.DISABLING- Server-side encryption is being disabled.DISABLED- Server-side encryption is disabled.
sSEDescription_status :: Lens' SSEDescription (Maybe SSEStatus) Source #
The current state of server-side encryption:
ENABLING- Server-side encryption is being enabled.ENABLED- Server-side encryption is enabled.DISABLING- Server-side encryption is being disabled.DISABLED- Server-side encryption is disabled.