Start Resource Scan
cloudformation_start_resource_scan | R Documentation |
Starts a scan of the resources in this account in this Region¶
Description¶
Starts a scan of the resources in this account in this Region. You can
the status of a scan using the list_resource_scans
API action.
Usage¶
cloudformation_start_resource_scan(ClientRequestToken)
Arguments¶
ClientRequestToken |
A unique identifier for this |
Value¶
A list with the following syntax:
list(
ResourceScanId = "string"
)
Request syntax¶
svc$start_resource_scan(
ClientRequestToken = "string"
)