You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::OrganizationDataSourceConfigurations

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing OrganizationDataSourceConfigurations as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_logs: {
    auto_enable: false, # required
  },
}

An object that contains information on which data sources will be configured to be automatically enabled for new members within the organization.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_logsTypes::OrganizationS3LogsConfiguration

Describes whether S3 data event logs are enabled for new members of the organization.

Returns: