accessanalyzer_start_resource_scan {paws.security.identity} | R Documentation |
Immediately starts a scan of the policies applied to the specified resource
Description
Immediately starts a scan of the policies applied to the specified resource.
See https://www.paws-r-sdk.com/docs/accessanalyzer_start_resource_scan/ for full documentation.
Usage
accessanalyzer_start_resource_scan(
analyzerArn,
resourceArn,
resourceOwnerAccount = NULL
)
Arguments
analyzerArn |
[required] The ARN of the analyzer to use to scan the policies applied to the specified resource. |
resourceArn |
[required] The ARN of the resource to scan. |
resourceOwnerAccount |
The Amazon Web Services account ID that owns the resource. For most Amazon Web Services resources, the owning account is the account in which the resource was created. |
[Package paws.security.identity version 0.6.1 Index]