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.SSESpecification

Description

 
Synopsis

Documentation

data SSESpecification Source #

Represents the settings used to enable server-side encryption.

See: newSSESpecification smart constructor.

Constructors

SSESpecification' 

Fields

  • enabled :: Bool

    Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

Instances

Instances details
Eq SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

Read SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

Show SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

Generic SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

Associated Types

type Rep SSESpecification :: Type -> Type #

NFData SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

Methods

rnf :: SSESpecification -> () #

Hashable SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

ToJSON SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

type Rep SSESpecification Source # 
Instance details

Defined in Amazonka.DAX.Types.SSESpecification

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

newSSESpecification Source #

Create a value of SSESpecification 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:enabled:SSESpecification', sSESpecification_enabled - Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.

sSESpecification_enabled :: Lens' SSESpecification Bool Source #

Indicates whether server-side encryption is enabled (true) or disabled (false) on the cluster.