amazonka-imagebuilder-2.0: Amazon EC2 Image Builder 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.ImageBuilder.Types.Logging

Description

 
Synopsis

Documentation

data Logging Source #

Logging configuration defines where Image Builder uploads your logs.

See: newLogging smart constructor.

Constructors

Logging' 

Fields

Instances

Instances details
FromJSON Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

ToJSON Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

Generic Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

Associated Types

type Rep Logging :: Type -> Type #

Methods

from :: Logging -> Rep Logging x #

to :: Rep Logging x -> Logging #

Read Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

Show Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

NFData Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

Methods

rnf :: Logging -> () #

Eq Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

Methods

(==) :: Logging -> Logging -> Bool #

(/=) :: Logging -> Logging -> Bool #

Hashable Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

Methods

hashWithSalt :: Int -> Logging -> Int #

hash :: Logging -> Int #

type Rep Logging Source # 
Instance details

Defined in Amazonka.ImageBuilder.Types.Logging

type Rep Logging = D1 ('MetaData "Logging" "Amazonka.ImageBuilder.Types.Logging" "amazonka-imagebuilder-2.0-BBLLjX59RW72O8VbQ3vKvH" '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.

logging_s3Logs :: Lens' Logging (Maybe S3Logs) Source #

The Amazon S3 logging configuration.