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

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 will be configured to be automatically enabled for new members within the organization.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kubernetesTypes::OrganizationKubernetesConfiguration

Describes the configuration of Kubernetes data sources for new members of the organization.



5124
5125
5126
5127
5128
5129
5130
# File 'lib/aws-sdk-guardduty/types.rb', line 5124

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

#malware_protectionTypes::OrganizationMalwareProtectionConfiguration

Describes the configuration of Malware Protection for new members of the organization.



5124
5125
5126
5127
5128
5129
5130
# File 'lib/aws-sdk-guardduty/types.rb', line 5124

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

#s3_logsTypes::OrganizationS3LogsConfiguration

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



5124
5125
5126
5127
5128
5129
5130
# File 'lib/aws-sdk-guardduty/types.rb', line 5124

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