List Resource Set Resources
| fms_list_resource_set_resources | R Documentation | 
Returns an array of resources that are currently associated to a resource set¶
Description¶
Returns an array of resources that are currently associated to a resource set.
Usage¶
fms_list_resource_set_resources(Identifier, MaxResults, NextToken)
Arguments¶
| Identifier | [required] A unique identifier for the resource set, used in a request to refer to the resource set. | 
| 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  | 
Value¶
A list with the following syntax:
list(
  Items = list(
    list(
      URI = "string",
      AccountId = "string"
    )
  ),
  NextToken = "string"
)
Request syntax¶
svc$list_resource_set_resources(
  Identifier = "string",
  MaxResults = 123,
  NextToken = "string"
)