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.



12911
12912
12913
12914
12915
12916
12917
12918
12919
12920
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12911

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.



12911
12912
12913
12914
12915
12916
12917
12918
12919
12920
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12911

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.



12911
12912
12913
12914
12915
12916
12917
12918
12919
12920
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12911

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.



12911
12912
12913
12914
12915
12916
12917
12918
12919
12920
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12911

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.



12911
12912
12913
12914
12915
12916
12917
12918
12919
12920
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12911

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.



12911
12912
12913
12914
12915
12916
12917
12918
12919
12920
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 12911

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