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

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 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.



5623
5624
5625
5626
5627
5628
5629
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5623

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.



5623
5624
5625
5626
5627
5628
5629
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5623

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.



5623
5624
5625
5626
5627
5628
5629
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5623

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