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.KubernetesAuditLogsConfigurationResult
Description
Synopsis
- data KubernetesAuditLogsConfigurationResult = KubernetesAuditLogsConfigurationResult' {}
- newKubernetesAuditLogsConfigurationResult :: DataSourceStatus -> KubernetesAuditLogsConfigurationResult
- kubernetesAuditLogsConfigurationResult_status :: Lens' KubernetesAuditLogsConfigurationResult DataSourceStatus
Documentation
data KubernetesAuditLogsConfigurationResult Source #
Describes whether Kubernetes audit logs are enabled as a data source.
See: newKubernetesAuditLogsConfigurationResult
smart constructor.
Constructors
KubernetesAuditLogsConfigurationResult' | |
Fields
|
Instances
newKubernetesAuditLogsConfigurationResult Source #
Arguments
:: DataSourceStatus | |
-> KubernetesAuditLogsConfigurationResult |
Create a value of KubernetesAuditLogsConfigurationResult
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:status:KubernetesAuditLogsConfigurationResult'
, kubernetesAuditLogsConfigurationResult_status
- A value that describes whether Kubernetes audit logs are enabled as a
data source.
kubernetesAuditLogsConfigurationResult_status :: Lens' KubernetesAuditLogsConfigurationResult DataSourceStatus Source #
A value that describes whether Kubernetes audit logs are enabled as a data source.