Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions.
See https://www.paws-r-sdk.com/docs/accessanalyzer_create_access_preview/ for full documentation.
accessanalyzer_create_access_preview(
analyzerArn,
configurations,
clientToken = NULL
)
[required] The ARN of the account analyzer
used to generate the access preview. You can only create an access
preview for analyzers with an Account
type and Active
status.
[required] Access control configuration for your resource that is used to generate the access preview. The access preview includes findings for external access allowed to the resource with the proposed access control configuration. The configuration must contain exactly one element.
A client token.