Class: Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsGuardDutyDetectorDataSourcesDetails
- 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
-
#cloud_trail ⇒ Types::AwsGuardDutyDetectorDataSourcesCloudTrailDetails
An object that contains information on the status of CloudTrail as a data source for the detector.
-
#dns_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesDnsLogsDetails
An object that contains information on the status of DNS logs as a data source for the detector.
-
#flow_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesFlowLogsDetails
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
-
#kubernetes ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
An object that contains information on the status of Kubernetes data sources for the detector.
-
#malware_protection ⇒ Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
An object that contains information on the status of Malware Protection as a data source for the detector.
-
#s3_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesS3LogsDetails
An object that contains information on the status of S3 Data event logs as a data source for the detector.
Instance Attribute Details
#cloud_trail ⇒ Types::AwsGuardDutyDetectorDataSourcesCloudTrailDetails
An object that contains information on the status of CloudTrail as a data source for the detector.
13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13352 class AwsGuardDutyDetectorDataSourcesDetails < Struct.new( :cloud_trail, :dns_logs, :flow_logs, :kubernetes, :malware_protection, :s3_logs) SENSITIVE = [] include Aws::Structure end |
#dns_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesDnsLogsDetails
An object that contains information on the status of DNS logs as a data source for the detector.
13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13352 class AwsGuardDutyDetectorDataSourcesDetails < Struct.new( :cloud_trail, :dns_logs, :flow_logs, :kubernetes, :malware_protection, :s3_logs) SENSITIVE = [] include Aws::Structure end |
#flow_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesFlowLogsDetails
An object that contains information on the status of VPC Flow Logs as a data source for the detector.
13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13352 class AwsGuardDutyDetectorDataSourcesDetails < Struct.new( :cloud_trail, :dns_logs, :flow_logs, :kubernetes, :malware_protection, :s3_logs) SENSITIVE = [] include Aws::Structure end |
#kubernetes ⇒ Types::AwsGuardDutyDetectorDataSourcesKubernetesDetails
An object that contains information on the status of Kubernetes data sources for the detector.
13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13352 class AwsGuardDutyDetectorDataSourcesDetails < Struct.new( :cloud_trail, :dns_logs, :flow_logs, :kubernetes, :malware_protection, :s3_logs) SENSITIVE = [] include Aws::Structure end |
#malware_protection ⇒ Types::AwsGuardDutyDetectorDataSourcesMalwareProtectionDetails
An object that contains information on the status of Malware Protection as a data source for the detector.
13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13352 class AwsGuardDutyDetectorDataSourcesDetails < Struct.new( :cloud_trail, :dns_logs, :flow_logs, :kubernetes, :malware_protection, :s3_logs) SENSITIVE = [] include Aws::Structure end |
#s3_logs ⇒ Types::AwsGuardDutyDetectorDataSourcesS3LogsDetails
An object that contains information on the status of S3 Data event logs as a data source for the detector.
13352 13353 13354 13355 13356 13357 13358 13359 13360 13361 |
# File 'lib/aws-sdk-securityhub/types.rb', line 13352 class AwsGuardDutyDetectorDataSourcesDetails < Struct.new( :cloud_trail, :dns_logs, :flow_logs, :kubernetes, :malware_protection, :s3_logs) SENSITIVE = [] include Aws::Structure end |