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.OrganizationKubernetesAuditLogsConfiguration

Description

 
Synopsis

Documentation

data OrganizationKubernetesAuditLogsConfiguration Source #

Organization-wide Kubernetes audit logs configuration.

See: newOrganizationKubernetesAuditLogsConfiguration smart constructor.

Constructors

OrganizationKubernetesAuditLogsConfiguration' 

Fields

  • autoEnable :: Bool

    A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.

Instances

Instances details
ToJSON OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

Generic OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

Read OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

Show OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

NFData OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

Eq OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

Hashable OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

type Rep OrganizationKubernetesAuditLogsConfiguration Source # 
Instance details

Defined in Amazonka.GuardDuty.Types.OrganizationKubernetesAuditLogsConfiguration

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

newOrganizationKubernetesAuditLogsConfiguration Source #

Create a value of OrganizationKubernetesAuditLogsConfiguration 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:autoEnable:OrganizationKubernetesAuditLogsConfiguration', organizationKubernetesAuditLogsConfiguration_autoEnable - A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.

organizationKubernetesAuditLogsConfiguration_autoEnable :: Lens' OrganizationKubernetesAuditLogsConfiguration Bool Source #

A value that contains information on whether Kubernetes audit logs should be enabled automatically as a data source for the organization.