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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.



13359
13360
13361
13362
13363
13364
13365
13366
13367
13368
# File 'lib/aws-sdk-securityhub/types.rb', line 13359

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.



13359
13360
13361
13362
13363
13364
13365
13366
13367
13368
# File 'lib/aws-sdk-securityhub/types.rb', line 13359

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.



13359
13360
13361
13362
13363
13364
13365
13366
13367
13368
# File 'lib/aws-sdk-securityhub/types.rb', line 13359

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.



13359
13360
13361
13362
13363
13364
13365
13366
13367
13368
# File 'lib/aws-sdk-securityhub/types.rb', line 13359

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.



13359
13360
13361
13362
13363
13364
13365
13366
13367
13368
# File 'lib/aws-sdk-securityhub/types.rb', line 13359

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.



13359
13360
13361
13362
13363
13364
13365
13366
13367
13368
# File 'lib/aws-sdk-securityhub/types.rb', line 13359

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