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 |
Documentation
data OrganizationS3LogsConfiguration Source #
Describes whether S3 data event logs will be automatically enabled for new members of the organization.
See: newOrganizationS3LogsConfiguration
smart constructor.
OrganizationS3LogsConfiguration' | |
|
Instances
Eq OrganizationS3LogsConfiguration Source # | |
Read OrganizationS3LogsConfiguration Source # | |
Show OrganizationS3LogsConfiguration Source # | |
Generic OrganizationS3LogsConfiguration Source # | |
NFData OrganizationS3LogsConfiguration Source # | |
Defined in Amazonka.GuardDuty.Types.OrganizationS3LogsConfiguration rnf :: OrganizationS3LogsConfiguration -> () # | |
Hashable OrganizationS3LogsConfiguration Source # | |
ToJSON OrganizationS3LogsConfiguration Source # | |
type Rep OrganizationS3LogsConfiguration Source # | |
Defined in Amazonka.GuardDuty.Types.OrganizationS3LogsConfiguration type Rep OrganizationS3LogsConfiguration = D1 ('MetaData "OrganizationS3LogsConfiguration" "Amazonka.GuardDuty.Types.OrganizationS3LogsConfiguration" "libZSservicesZSamazonka-guarddutyZSamazonka-guardduty" 'False) (C1 ('MetaCons "OrganizationS3LogsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "autoEnable") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))) |
newOrganizationS3LogsConfiguration Source #
Create a value of OrganizationS3LogsConfiguration
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:OrganizationS3LogsConfiguration'
, organizationS3LogsConfiguration_autoEnable
- A value that contains information on whether S3 data event logs will be
enabled automatically as a data source for the organization.
organizationS3LogsConfiguration_autoEnable :: Lens' OrganizationS3LogsConfiguration Bool Source #
A value that contains information on whether S3 data event logs will be enabled automatically as a data source for the organization.