Values.StartResourceScanRequestSourceStarts a scan of the policies applied to the specified resource.
type nonrec t = {analyzerArn : AnalyzerArn.t;The ARN of the analyzer to use to scan the policies applied to the specified resource.
*)resourceArn : ResourceArn.t;The ARN of the resource to scan.
*)resourceOwnerAccount : String_.t option;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.
*)}val make :
?resourceOwnerAccount:??? ->
analyzerArn:AnalyzerArn.t ->
resourceArn:ResourceArn.t ->
unit ->
t