aws.fms.list_apps_lists
Example SQL Queries
SELECT * FROMaws.fms.list_apps_listsWHERE"max_results" = 'VALUE';Description
Returns an array of AppsListDataSummary objects.
Table Definition
| Column Name | Column Data Type |
|---|---|
| default_lists Input Column Specifies whether the lists to retrieve are default lists owned by Firewall Manager. | BOOLEAN |
| _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 |
| apps_list An array of App objects in the Firewall Manager applications list. | STRUCT( |
Show child fields
| |
| list_arn The Amazon Resource Name (ARN) of the applications list. | VARCHAR |
| list_id The ID of the applications list. | VARCHAR |
| list_name The name of the applications list. | VARCHAR |