| 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.KubernetesConfiguration
Description
Documentation
data KubernetesConfiguration Source #
Describes whether any Kubernetes data sources are enabled.
See: newKubernetesConfiguration smart constructor.
Constructors
| KubernetesConfiguration' | |
Fields
| |
Instances
newKubernetesConfiguration Source #
Arguments
| :: KubernetesAuditLogsConfiguration | |
| -> KubernetesConfiguration |
Create a value of KubernetesConfiguration 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:auditLogs:KubernetesConfiguration', kubernetesConfiguration_auditLogs - The status of Kubernetes audit logs as a data source.
kubernetesConfiguration_auditLogs :: Lens' KubernetesConfiguration KubernetesAuditLogsConfiguration Source #
The status of Kubernetes audit logs as a data source.