aws.guardduty.list_malware_protection_plans
Example SQL Queries
SELECT * FROMaws.guardduty.list_malware_protection_plans;Description
Lists the Malware Protection plan IDs associated with the protected resources in your Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| next_token Input Column You can use this parameter when paginating results. Set the value of this parameter to null on your first call to the list action. For subsequent calls to the action, fill nextToken in the request with the value of NextToken from the previous response to continue listing data. | 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 |
| malware_protection_plans A list of unique identifiers associated with each Malware Protection plan. | STRUCT( |
Show child fields
| |