Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data OrganizationS3LogsConfigurationResult Source #
The current configuration of S3 data event logs as a data source for the organization.
See: newOrganizationS3LogsConfigurationResult
smart constructor.
OrganizationS3LogsConfigurationResult' | |
|
Instances
Eq OrganizationS3LogsConfigurationResult Source # | |
Read OrganizationS3LogsConfigurationResult Source # | |
Show OrganizationS3LogsConfigurationResult Source # | |
Generic OrganizationS3LogsConfigurationResult Source # | |
NFData OrganizationS3LogsConfigurationResult Source # | |
Hashable OrganizationS3LogsConfigurationResult Source # | |
FromJSON OrganizationS3LogsConfigurationResult Source # | |
type Rep OrganizationS3LogsConfigurationResult Source # | |
Defined in Amazonka.GuardDuty.Types.OrganizationS3LogsConfigurationResult type Rep OrganizationS3LogsConfigurationResult = D1 ('MetaData "OrganizationS3LogsConfigurationResult" "Amazonka.GuardDuty.Types.OrganizationS3LogsConfigurationResult" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "OrganizationS3LogsConfigurationResult'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoEnable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) |
newOrganizationS3LogsConfigurationResult Source #
Create a value of OrganizationS3LogsConfigurationResult
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:OrganizationS3LogsConfigurationResult'
, organizationS3LogsConfigurationResult_autoEnable
- A value that describes whether S3 data event logs are automatically
enabled for new members of the organization.
organizationS3LogsConfigurationResult_autoEnable :: Lens' OrganizationS3LogsConfigurationResult Bool Source #
A value that describes whether S3 data event logs are automatically enabled for new members of the organization.