| 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.OrganizationDataSourceConfigurations
Description
Synopsis
- data OrganizationDataSourceConfigurations = OrganizationDataSourceConfigurations' {}
- newOrganizationDataSourceConfigurations :: OrganizationDataSourceConfigurations
- organizationDataSourceConfigurations_kubernetes :: Lens' OrganizationDataSourceConfigurations (Maybe OrganizationKubernetesConfiguration)
- organizationDataSourceConfigurations_malwareProtection :: Lens' OrganizationDataSourceConfigurations (Maybe OrganizationMalwareProtectionConfiguration)
- organizationDataSourceConfigurations_s3Logs :: Lens' OrganizationDataSourceConfigurations (Maybe OrganizationS3LogsConfiguration)
Documentation
data OrganizationDataSourceConfigurations Source #
An object that contains information on which data sources will be configured to be automatically enabled for new members within the organization.
See: newOrganizationDataSourceConfigurations smart constructor.
Constructors
| OrganizationDataSourceConfigurations' | |
Fields
| |
Instances
newOrganizationDataSourceConfigurations :: OrganizationDataSourceConfigurations Source #
Create a value of OrganizationDataSourceConfigurations 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:kubernetes:OrganizationDataSourceConfigurations', organizationDataSourceConfigurations_kubernetes - Describes the configuration of Kubernetes data sources for new members
of the organization.
$sel:malwareProtection:OrganizationDataSourceConfigurations', organizationDataSourceConfigurations_malwareProtection - Describes the configuration of Malware Protection for new members of the
organization.
$sel:s3Logs:OrganizationDataSourceConfigurations', organizationDataSourceConfigurations_s3Logs - Describes whether S3 data event logs are enabled for new members of the
organization.
organizationDataSourceConfigurations_kubernetes :: Lens' OrganizationDataSourceConfigurations (Maybe OrganizationKubernetesConfiguration) Source #
Describes the configuration of Kubernetes data sources for new members of the organization.
organizationDataSourceConfigurations_malwareProtection :: Lens' OrganizationDataSourceConfigurations (Maybe OrganizationMalwareProtectionConfiguration) Source #
Describes the configuration of Malware Protection for new members of the organization.
organizationDataSourceConfigurations_s3Logs :: Lens' OrganizationDataSourceConfigurations (Maybe OrganizationS3LogsConfiguration) Source #
Describes whether S3 data event logs are enabled for new members of the organization.