| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.ImageBuilder.Types.Logging
Description
Documentation
Logging configuration defines where Image Builder uploads your logs.
See: newLogging smart constructor.
Instances
| Eq Logging Source # | |
| Read Logging Source # | |
| Show Logging Source # | |
| Generic Logging Source # | |
| NFData Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging | |
| Hashable Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging | |
| ToJSON Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging | |
| FromJSON Logging Source # | |
| type Rep Logging Source # | |
Defined in Amazonka.ImageBuilder.Types.Logging type Rep Logging = D1 ('MetaData "Logging" "Amazonka.ImageBuilder.Types.Logging" "libZSservicesZSamazonka-imagebuilderZSamazonka-imagebuilder" 'False) (C1 ('MetaCons "Logging'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Logs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe S3Logs)))) | |
newLogging :: Logging Source #
Create a value of Logging 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:s3Logs:Logging', logging_s3Logs - The Amazon S3 logging configuration.