Lists the resources from a resource scan. The results can be filtered by resource identifier, resource type prefix, tag key, and tag value. Only resources that match all specified filters are returned. The response indicates whether each returned resource is already managed by CloudFormation.
See https://www.paws-r-sdk.com/docs/cloudformation_list_resource_scan_resources/ for full documentation.
cloudformation_list_resource_scan_resources(
ResourceScanId,
ResourceIdentifier = NULL,
ResourceTypePrefix = NULL,
TagKey = NULL,
TagValue = NULL,
NextToken = NULL,
MaxResults = NULL
)
[required] The Amazon Resource Name (ARN) of the resource scan.
If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).
If specified, the returned resources will be of any of the resource types with the specified prefix.
If specified, the returned resources will have a matching tag key.
If specified, the returned resources will have a matching tag value.
A string that identifies the next page of resource scan results.
If the number of available results exceeds this maximum, the response
includes a NextToken
value that you can use for the NextToken
parameter to get the next set of results. By default the
list_resource_scan_resources
API action will return at most 100 results in each response. The maximum
value is 100.