amazonka-guardduty-2.0: Amazon GuardDuty 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.GuardDuty.Types.KubernetesAuditLogsConfiguration

Description

 
Synopsis

Documentation

data KubernetesAuditLogsConfiguration Source #

Describes whether Kubernetes audit logs are enabled as a data source.

See: newKubernetesAuditLogsConfiguration smart constructor.

Constructors

KubernetesAuditLogsConfiguration' 

Fields

  • enable :: Bool

    The status of Kubernetes audit logs as a data source.

Instances

Instances details
ToJSON KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

Generic KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

Associated Types

type Rep KubernetesAuditLogsConfiguration :: Type -> Type #

Read KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

Show KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

NFData KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

Eq KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

Hashable KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

type Rep KubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration

type Rep KubernetesAuditLogsConfiguration = D1 ('MetaData "KubernetesAuditLogsConfiguration" "Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration" "amazonka-guardduty-2.0-2NN502sGcQRH5risQZb24c" 'False) (C1 ('MetaCons "KubernetesAuditLogsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "enable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newKubernetesAuditLogsConfiguration Source #

Create a value of KubernetesAuditLogsConfiguration 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:enable:KubernetesAuditLogsConfiguration', kubernetesAuditLogsConfiguration_enable - The status of Kubernetes audit logs as a data source.

kubernetesAuditLogsConfiguration_enable :: Lens' KubernetesAuditLogsConfiguration Bool Source #

The status of Kubernetes audit logs as a data source.