amazonka-omics-2.0: Amazon Omics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Omics.Types.SseConfig

Description

 
Synopsis

Documentation

data SseConfig Source #

Server-side encryption (SSE) settings for a store.

See: newSseConfig smart constructor.

Constructors

SseConfig' 

Fields

Instances

Instances details
FromJSON SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

ToJSON SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

Generic SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

Associated Types

type Rep SseConfig :: Type -> Type #

Read SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

Show SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

NFData SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

Methods

rnf :: SseConfig -> () #

Eq SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

Hashable SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

type Rep SseConfig Source # 
Instance details

Defined in Amazonka.Omics.Types.SseConfig

type Rep SseConfig = D1 ('MetaData "SseConfig" "Amazonka.Omics.Types.SseConfig" "amazonka-omics-2.0-9t5CXL0ZQCvGfVWhQWVGKJ" 'False) (C1 ('MetaCons "SseConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "keyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 EncryptionType)))

newSseConfig Source #

Create a value of SseConfig 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:keyArn:SseConfig', sseConfig_keyArn - An encryption key ARN.

$sel:type':SseConfig', sseConfig_type - The encryption type.

sseConfig_keyArn :: Lens' SseConfig (Maybe Text) Source #

An encryption key ARN.