amazonka-appmesh-2.0: Amazon App Mesh 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.AppMesh.Types.LoggingFormat

Description

 
Synopsis

Documentation

data LoggingFormat Source #

An object that represents the format for the logs.

See: newLoggingFormat smart constructor.

Constructors

LoggingFormat' 

Instances

Instances details
FromJSON LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

ToJSON LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

Generic LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

Associated Types

type Rep LoggingFormat :: Type -> Type #

Read LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

Show LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

NFData LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

Methods

rnf :: LoggingFormat -> () #

Eq LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

Hashable LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

type Rep LoggingFormat Source # 
Instance details

Defined in Amazonka.AppMesh.Types.LoggingFormat

type Rep LoggingFormat = D1 ('MetaData "LoggingFormat" "Amazonka.AppMesh.Types.LoggingFormat" "amazonka-appmesh-2.0-GBIHUgXnP8s1LEJyvNe1ca" 'False) (C1 ('MetaCons "LoggingFormat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "json") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JsonFormatRef])) :*: S1 ('MetaSel ('Just "text") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLoggingFormat :: LoggingFormat Source #

Create a value of LoggingFormat 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:json:LoggingFormat', loggingFormat_json -

$sel:text:LoggingFormat', loggingFormat_text -