Skip to content

/AWS1/CL_FRM=>LISTRESRCSCANRELATEDRESRCS()

About ListResourceScanRelatedResources

Lists the related resources for a list of resources from a resource scan. 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.

IT_RESOURCES TYPE /AWS1/CL_FRMSCANNEDRESOURCEID=>TT_SCANNEDRESOURCEIDENTIFIERS TT_SCANNEDRESOURCEIDENTIFIERS

The list of resources for which you want to get the related resources. Up to 100 resources can be provided.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/FRMNEXTTOKEN /AWS1/FRMNEXTTOKEN

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

IV_MAXRESULTS TYPE /AWS1/FRMBOXEDMAXRESULTS /AWS1/FRMBOXEDMAXRESULTS

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 ListResourceScanRelatedResources API action will return up to 100 results in each response. The maximum value is 100.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMLSTRESRCSCANRELA01 /AWS1/CL_FRMLSTRESRCSCANRELA01