libZSservicesZSamazonka-securityhubZSamazonka-securityhub
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.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

Description

 
Synopsis

Documentation

data AwsEksClusterLoggingClusterLoggingDetails Source #

Details for a cluster logging configuration.

See: newAwsEksClusterLoggingClusterLoggingDetails smart constructor.

Constructors

AwsEksClusterLoggingClusterLoggingDetails' 

Fields

Instances

Instances details
Eq AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

Read AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

Show AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

Generic AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

NFData AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

Hashable AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

ToJSON AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

FromJSON AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

type Rep AwsEksClusterLoggingClusterLoggingDetails Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails

type Rep AwsEksClusterLoggingClusterLoggingDetails = D1 ('MetaData "AwsEksClusterLoggingClusterLoggingDetails" "Amazonka.SecurityHub.Types.AwsEksClusterLoggingClusterLoggingDetails" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsEksClusterLoggingClusterLoggingDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "types") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

newAwsEksClusterLoggingClusterLoggingDetails :: AwsEksClusterLoggingClusterLoggingDetails Source #

Create a value of AwsEksClusterLoggingClusterLoggingDetails 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:enabled:AwsEksClusterLoggingClusterLoggingDetails', awsEksClusterLoggingClusterLoggingDetails_enabled - Whether the logging types that are listed in Types are enabled.

$sel:types:AwsEksClusterLoggingClusterLoggingDetails', awsEksClusterLoggingClusterLoggingDetails_types - A list of logging types.

awsEksClusterLoggingClusterLoggingDetails_enabled :: Lens' AwsEksClusterLoggingClusterLoggingDetails (Maybe Bool) Source #

Whether the logging types that are listed in Types are enabled.