Skip to content

/AWS1/CL_FRM=>LISTRESOURCESCANRESOURCES()

About ListResourceScanResources

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.

Method Signature

IMPORTING

Required arguments:

IV_RESOURCESCANID TYPE /AWS1/FRMRESOURCESCANID /AWS1/FRMRESOURCESCANID

The Amazon Resource Name (ARN) of the resource scan.

Optional arguments:

IV_RESOURCEIDENTIFIER TYPE /AWS1/FRMRESOURCEIDENTIFIER /AWS1/FRMRESOURCEIDENTIFIER

If specified, the returned resources will have the specified resource identifier (or one of them in the case where the resource has multiple identifiers).

IV_RESOURCETYPEPREFIX TYPE /AWS1/FRMRESOURCETYPEPREFIX /AWS1/FRMRESOURCETYPEPREFIX

If specified, the returned resources will be of any of the resource types with the specified prefix.

IV_TAGKEY TYPE /AWS1/FRMTAGKEY /AWS1/FRMTAGKEY

If specified, the returned resources will have a matching tag key.

IV_TAGVALUE TYPE /AWS1/FRMTAGVALUE /AWS1/FRMTAGVALUE

If specified, the returned resources will have a matching tag value.

IV_NEXTTOKEN TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN

A string that identifies the next page of resource scan results.

IV_MAXRESULTS TYPE /AWS1/FRMRESRCSCANNERMAXRSLTS /AWS1/FRMRESRCSCANNERMAXRSLTS

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 ListResourceScanResources API action will return at most 100 results in each response. The maximum value is 100.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMLSTRESRCSCANRESR01 /AWS1/CL_FRMLSTRESRCSCANRESR01