| 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.OrganizationKubernetesAuditLogsConfigurationResult
Description
Synopsis
- data OrganizationKubernetesAuditLogsConfigurationResult = OrganizationKubernetesAuditLogsConfigurationResult' {
- autoEnable :: Bool
- newOrganizationKubernetesAuditLogsConfigurationResult :: Bool -> OrganizationKubernetesAuditLogsConfigurationResult
- organizationKubernetesAuditLogsConfigurationResult_autoEnable :: Lens' OrganizationKubernetesAuditLogsConfigurationResult Bool
Documentation
data OrganizationKubernetesAuditLogsConfigurationResult Source #
The current configuration of Kubernetes audit logs as a data source for the organization.
See: newOrganizationKubernetesAuditLogsConfigurationResult smart constructor.
Constructors
| OrganizationKubernetesAuditLogsConfigurationResult' | |
Fields
| |
Instances
newOrganizationKubernetesAuditLogsConfigurationResult Source #
Arguments
| :: Bool |
|
| -> OrganizationKubernetesAuditLogsConfigurationResult |
Create a value of OrganizationKubernetesAuditLogsConfigurationResult 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:autoEnable:OrganizationKubernetesAuditLogsConfigurationResult', organizationKubernetesAuditLogsConfigurationResult_autoEnable - Whether Kubernetes audit logs data source should be auto-enabled for new
members joining the organization.
organizationKubernetesAuditLogsConfigurationResult_autoEnable :: Lens' OrganizationKubernetesAuditLogsConfigurationResult Bool Source #
Whether Kubernetes audit logs data source should be auto-enabled for new members joining the organization.