cloudformation_list_resource_scan_related_resources: Lists the related resources for a list of resources from a...

View source: R/cloudformation_operations.R

cloudformation_list_resource_scan_related_resourcesR Documentation

Description

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.

Usage

cloudformation_list_resource_scan_related_resources(
  ResourceScanId,
  Resources,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

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 NextToken value that you can use for the NextToken parameter to get the next set of results. By default the list_resource_scan_related_resources API action will return up to 100 results in each response. The maximum value is 100.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.