aws.fms.list_resource_set_resources
Example SQL Queries
SELECT * FROMaws.fms.list_resource_set_resourcesWHERE"identifier" = 'VALUE';Description
Returns an array of resources that are currently associated to a resource set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required Input Column A unique identifier for the resource set, used in a request to refer to the resource set. | VARCHAR |
| 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 |
| items An array of the associated resources' uniform resource identifiers (URI). | STRUCT( |
Show child fields
| |