| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GuardDuty.Types.KubernetesAuditLogsConfiguration
Description
Documentation
data KubernetesAuditLogsConfiguration Source #
Describes whether Kubernetes audit logs are enabled as a data source.
See: newKubernetesAuditLogsConfiguration smart constructor.
Constructors
| KubernetesAuditLogsConfiguration' | |
Instances
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.