View source: R/accessanalyzer_operations.R
accessanalyzer_create_access_preview | R Documentation |
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
)
analyzerArn |
[required] The ARN of the account analyzer
used to generate the access preview. You can only create an access
preview for analyzers with an |
configurations |
[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. |
clientToken |
A client token. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.