| 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.Omics.Types.SseConfig
Description
Synopsis
- data SseConfig = SseConfig' {
- keyArn :: Maybe Text
- type' :: EncryptionType
- newSseConfig :: EncryptionType -> SseConfig
- sseConfig_keyArn :: Lens' SseConfig (Maybe Text)
- sseConfig_type :: Lens' SseConfig EncryptionType
Documentation
Server-side encryption (SSE) settings for a store.
See: newSseConfig smart constructor.
Constructors
| SseConfig' | |
Fields
| |
Instances
| FromJSON SseConfig Source # | |
| ToJSON SseConfig Source # | |
Defined in Amazonka.Omics.Types.SseConfig | |
| Generic SseConfig Source # | |
| Read SseConfig Source # | |
| Show SseConfig Source # | |
| NFData SseConfig Source # | |
Defined in Amazonka.Omics.Types.SseConfig | |
| Eq SseConfig Source # | |
| Hashable SseConfig Source # | |
Defined in Amazonka.Omics.Types.SseConfig | |
| type Rep SseConfig Source # | |
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))) | |
Arguments
| :: EncryptionType | |
| -> SseConfig |
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_type :: Lens' SseConfig EncryptionType Source #
The encryption type.