libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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' 

Fields

  • status :: Maybe SSEStatus

    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.

Instances

Instances details
Eq SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

Read SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

Show SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

Generic SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

Associated Types

type Rep SSEDescription :: Type -> Type #

NFData SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

Methods

rnf :: SSEDescription -> () #

Hashable SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

FromJSON SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

type Rep SSEDescription Source # 
Instance details

Defined in Amazonka.DAX.Types.SSEDescription

type Rep SSEDescription = D1 ('MetaData "SSEDescription" "Amazonka.DAX.Types.SSEDescription" "libZSservicesZSamazonka-dynamodb-daxZSamazonka-dynamodb-dax" 'False) (C1 ('MetaCons "SSEDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SSEStatus))))

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.