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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/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.



5636
5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5636

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.



5636
5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5636

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.



5636
5637
5638
5639
5640
5641
5642
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5636

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