aws.fms.list_resource_sets
Example SQL Queries
SELECT * FROMaws.fms.list_resource_sets;Description
Returns an array of ResourceSetSummary objects.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of objects that you want Firewall Manager to return for this request. If more objects are available, in the response, Firewall Manager provides a NextToken value that you can use in a subsequent call to get the next batch of objects. | BIGINT |
| next_token Input Column When you request a list of objects with a MaxResults setting, if the number of objects that are still available for retrieval exceeds the maximum you requested, Firewall Manager returns a NextToken value in the response. To retrieve the next batch of objects, use the token returned from the prior request in your next request. | 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 |
| resource_sets An array of ResourceSetSummary objects. | STRUCT( |
Show child fields
| |