libZSservicesZSamazonka-appmeshZSamazonka-appmesh
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AppMesh.Types.Logging

Description

 
Synopsis

Documentation

data Logging Source #

An object that represents the logging information for a virtual node.

See: newLogging smart constructor.

Constructors

Logging' 

Fields

Instances

Instances details
Eq Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

Methods

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

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

Read Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

Show Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

Generic Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

Associated Types

type Rep Logging :: Type -> Type #

Methods

from :: Logging -> Rep Logging x #

to :: Rep Logging x -> Logging #

NFData Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

Methods

rnf :: Logging -> () #

Hashable Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

Methods

hashWithSalt :: Int -> Logging -> Int #

hash :: Logging -> Int #

ToJSON Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

FromJSON Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

type Rep Logging Source # 
Instance details

Defined in Amazonka.AppMesh.Types.Logging

type Rep Logging = D1 ('MetaData "Logging" "Amazonka.AppMesh.Types.Logging" "libZSservicesZSamazonka-appmeshZSamazonka-appmesh" 'False) (C1 ('MetaCons "Logging'" 'PrefixI 'True) (S1 ('MetaSel ('Just "accessLog") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AccessLog))))

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:accessLog:Logging', logging_accessLog - The access log configuration for a virtual node.

logging_accessLog :: Lens' Logging (Maybe AccessLog) Source #

The access log configuration for a virtual node.