| 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.OrganizationKubernetesConfigurationResult
Description
Synopsis
- data OrganizationKubernetesConfigurationResult = OrganizationKubernetesConfigurationResult' {}
- newOrganizationKubernetesConfigurationResult :: OrganizationKubernetesAuditLogsConfigurationResult -> OrganizationKubernetesConfigurationResult
- organizationKubernetesConfigurationResult_auditLogs :: Lens' OrganizationKubernetesConfigurationResult OrganizationKubernetesAuditLogsConfigurationResult
Documentation
data OrganizationKubernetesConfigurationResult Source #
The current configuration of all Kubernetes data sources for the organization.
See: newOrganizationKubernetesConfigurationResult smart constructor.
Constructors
| OrganizationKubernetesConfigurationResult' | |
Fields
| |
Instances
newOrganizationKubernetesConfigurationResult Source #
Arguments
| :: OrganizationKubernetesAuditLogsConfigurationResult | |
| -> OrganizationKubernetesConfigurationResult |
Create a value of OrganizationKubernetesConfigurationResult 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:OrganizationKubernetesConfigurationResult', organizationKubernetesConfigurationResult_auditLogs - The current configuration of Kubernetes audit logs as a data source for
the organization.
organizationKubernetesConfigurationResult_auditLogs :: Lens' OrganizationKubernetesConfigurationResult OrganizationKubernetesAuditLogsConfigurationResult Source #
The current configuration of Kubernetes audit logs as a data source for the organization.