View source: R/fms_operations.R
fms_list_discovered_resources | R Documentation |
Returns an array of resources in the organization's accounts that are available to be associated with a resource set.
See https://www.paws-r-sdk.com/docs/fms_list_discovered_resources/ for full documentation.
fms_list_discovered_resources(
MemberAccountIds,
ResourceType,
MaxResults = NULL,
NextToken = NULL
)
MemberAccountIds |
[required] 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. |
ResourceType |
[required] The type of resources to discover. |
MaxResults |
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 |
When you request a list of objects with a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.