aws.guardduty.get_malware_scan_settings
Example SQL Queries
SELECT * FROMaws.guardduty.get_malware_scan_settingsWHERE"detector_id" = 'VALUE';Description
Returns the details of the malware scan settings.
There might be regional differences because some data sources might not be available in all the Amazon Web Services Regions where GuardDuty is presently supported. For more information, see Regions and endpoints.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The unique ID of the detector that the scan setting is associated with. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| ebs_snapshot_preservation An enum value representing possible snapshot preservation settings. | VARCHAR |
| scan_resource_criteria Represents the criteria to be used in the filter for scanning resources. | STRUCT( |
Show child fields
| |