aws.fms.list_discovered_resources
Example SQL Queries
SELECT * FROMaws.fms.list_discovered_resourcesWHERE"member_account_ids" = 'VALUE'AND "resource_type" = 'VALUE';Description
Returns an array of resources in the organization's accounts that are available to be associated with a resource set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| member_account_ids Required Input Column The Amazon Web Services account IDs to discover resources in. Only one account is supported per request. The account must be a member of your organization. | VARCHAR[] |
Show child fields
| |
| resource_type Required Input Column The type of resources to discover. | 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 Details of the resources that were discovered. | STRUCT( |
Show child fields
| |