aws.fms.get_protocols_list
Example SQL Queries
SELECT * FROMaws.fms.get_protocols_listWHERE"list_id" = 'VALUE';Description
Returns information about the specified Firewall Manager protocols list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| list_id Required Input Column The ID of the Firewall Manager protocols 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 |
| protocols_list Information about the specified Firewall Manager protocols list. | STRUCT( |
Show child fields
| |
| protocols_list_arn The Amazon Resource Name (ARN) of the specified protocols list. | VARCHAR |