View source: R/cloudformation_operations.R
cloudformation_list_resource_scan_related_resources | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/cloudformation_list_resource_scan_related_resources/ for full documentation.
cloudformation_list_resource_scan_related_resources(
ResourceScanId,
Resources,
NextToken = NULL,
MaxResults = NULL
)
ResourceScanId |
[required] The Amazon Resource Name (ARN) of the resource scan. |
Resources |
[required] The list of resources for which you want to get the related resources. Up to 100 resources can be provided. |
NextToken |
A string that identifies the next page of resource scan results. |
MaxResults |
If the number of available results exceeds this maximum, the response
includes a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.