Class: Aws::GuardDuty::Types::DataSourceConfigurations

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

Overview

Contains information about which data sources are enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kubernetesTypes::KubernetesConfiguration

Describes whether any Kubernetes logs are enabled as data sources.



1720
1721
1722
1723
1724
1725
1726
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1720

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

#malware_protectionTypes::MalwareProtectionConfiguration

Describes whether Malware Protection is enabled as a data source.



1720
1721
1722
1723
1724
1725
1726
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1720

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

#s3_logsTypes::S3LogsConfiguration

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



1720
1721
1722
1723
1724
1725
1726
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1720

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