aws.fms.list_protocols_lists
Example SQL Queries
SELECT * FROMaws.fms.list_protocols_listsWHERE"max_results" = 'VALUE';Description
Returns an array of ProtocolsListDataSummary 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 |
| list_arn The Amazon Resource Name (ARN) of the specified protocols list. | VARCHAR |
| list_id The ID of the specified protocols list. | VARCHAR |
| list_name The name of the specified protocols list. | VARCHAR |
| protocols_list An array of protocols in the Firewall Manager protocols list. | VARCHAR[] |
Show child fields
| |