Skip to content

Start Resource Scan

accessanalyzer_start_resource_scan 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.

Usage

accessanalyzer_start_resource_scan(analyzerArn, resourceArn,
  resourceOwnerAccount)

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.

Value

An empty list.

Request syntax

svc$start_resource_scan(
  analyzerArn = "string",
  resourceArn = "string",
  resourceOwnerAccount = "string"
)