Class: Aws::GuardDuty::Types::OrganizationDataSourceConfigurationsResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

An object that contains information on which data sources are automatically enabled for new members within the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kubernetesTypes::OrganizationKubernetesConfigurationResult

Describes the configuration of Kubernetes data sources.



5150
5151
5152
5153
5154
5155
5156
# File 'lib/aws-sdk-guardduty/types.rb', line 5150

class OrganizationDataSourceConfigurationsResult < Struct.new(
  :s3_logs,
  :kubernetes,
  :malware_protection)
  SENSITIVE = []
  include Aws::Structure
end

#malware_protectionTypes::OrganizationMalwareProtectionConfigurationResult

Describes the configuration of Malware Protection data source for an organization.



5150
5151
5152
5153
5154
5155
5156
# File 'lib/aws-sdk-guardduty/types.rb', line 5150

class OrganizationDataSourceConfigurationsResult < Struct.new(
  :s3_logs,
  :kubernetes,
  :malware_protection)
  SENSITIVE = []
  include Aws::Structure
end

#s3_logsTypes::OrganizationS3LogsConfigurationResult

Describes whether S3 data event logs are enabled as a data source.



5150
5151
5152
5153
5154
5155
5156
# File 'lib/aws-sdk-guardduty/types.rb', line 5150

class OrganizationDataSourceConfigurationsResult < Struct.new(
  :s3_logs,
  :kubernetes,
  :malware_protection)
  SENSITIVE = []
  include Aws::Structure
end