amazonka-eks-2.0: Amazon Elastic Kubernetes Service 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.EKS.Types.Logging

Description

 
Synopsis

Documentation

data Logging Source #

An object representing the logging configuration for resources in your cluster.

See: newLogging smart constructor.

Constructors

Logging' 

Fields

Instances

Instances details
FromJSON Logging Source # 
Instance details

Defined in Amazonka.EKS.Types.Logging

ToJSON Logging Source # 
Instance details

Defined in Amazonka.EKS.Types.Logging

Generic Logging Source # 
Instance details

Defined in Amazonka.EKS.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.EKS.Types.Logging

Show Logging Source # 
Instance details

Defined in Amazonka.EKS.Types.Logging

NFData Logging Source # 
Instance details

Defined in Amazonka.EKS.Types.Logging

Methods

rnf :: Logging -> () #

Eq Logging Source # 
Instance details

Defined in Amazonka.EKS.Types.Logging

Methods

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

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

Hashable Logging Source # 
Instance details

Defined in Amazonka.EKS.Types.Logging

Methods

hashWithSalt :: Int -> Logging -> Int #

hash :: Logging -> Int #

type Rep Logging Source # 
Instance details

Defined in Amazonka.EKS.Types.Logging

type Rep Logging = D1 ('MetaData "Logging" "Amazonka.EKS.Types.Logging" "amazonka-eks-2.0-7cAibD4zEbE2zPO6gnUh5m" 'False) (C1 ('MetaCons "Logging'" 'PrefixI 'True) (S1 ('MetaSel ('Just "clusterLogging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [LogSetup]))))

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:clusterLogging:Logging', logging_clusterLogging - The cluster control plane logging configuration for your cluster.

logging_clusterLogging :: Lens' Logging (Maybe [LogSetup]) Source #

The cluster control plane logging configuration for your cluster.