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.KubernetesDataSourceFreeTrial
Description
Documentation
data KubernetesDataSourceFreeTrial Source #
Provides details about the Kubernetes resources when it is enabled as a data source.
See: newKubernetesDataSourceFreeTrial
smart constructor.
Constructors
KubernetesDataSourceFreeTrial' | |
Fields
|
Instances
newKubernetesDataSourceFreeTrial :: KubernetesDataSourceFreeTrial Source #
Create a value of KubernetesDataSourceFreeTrial
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:KubernetesDataSourceFreeTrial'
, kubernetesDataSourceFreeTrial_auditLogs
- Describes whether Kubernetes audit logs are enabled as a data source.
kubernetesDataSourceFreeTrial_auditLogs :: Lens' KubernetesDataSourceFreeTrial (Maybe DataSourceFreeTrial) Source #
Describes whether Kubernetes audit logs are enabled as a data source.