Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesDetails

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

Overview

Describes which data sources are activated for the detector.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_trailTypes::AwsGuardDutyDetectorDataSourcesCloudTrailDetails

An object that contains information on the status of CloudTrail as a data source for the detector.


13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13114

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

#dns_logsTypes::AwsGuardDutyDetectorDataSourcesDnsLogsDetails

An object that contains information on the status of DNS logs as a data source for the detector.


13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13114

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

#flow_logsTypes::AwsGuardDutyDetectorDataSourcesFlowLogsDetails

An object that contains information on the status of VPC Flow Logs as a data source for the detector.


13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13114

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

#kubernetesTypes::AwsGuardDutyDetectorDataSourcesKubernetesDetails

An object that contains information on the status of Kubernetes data sources for the detector.


13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13114

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

#malware_protectionTypes::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails

An object that contains information on the status of Malware Protection as a data source for the detector.


13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13114

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

#s3_logsTypes::AwsGuardDutyDetectorDataSourcesS3LogsDetails

An object that contains information on the status of S3 Data event logs as a data source for the detector.


13114
13115
13116
13117
13118
13119
13120
13121
13122
13123
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 13114

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