aws.fms.get_apps_list
Example SQL Queries
SELECT * FROMaws.fms.get_apps_listWHERE"list_id" = 'VALUE';Description
Returns information about the specified Firewall Manager applications list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| list_id Required Input Column The ID of the Firewall Manager applications list that you want the details for. | VARCHAR |
| default_list Input Column Specifies whether the list to retrieve is a default list 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 Information about the specified Firewall Manager applications list. | STRUCT( |
Show child fields
| |
| apps_list_arn The Amazon Resource Name (ARN) of the applications list. | VARCHAR |