accessanalyzer_create_access_preview: Creates an access preview that allows you to preview IAM...

View source: R/accessanalyzer_operations.R

accessanalyzer_create_access_previewR Documentation

Creates an access preview that allows you to preview IAM Access Analyzer findings for your resource before deploying resource permissions

Description

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.

Usage

accessanalyzer_create_access_preview(
  analyzerArn,
  configurations,
  clientToken = NULL
)

Arguments

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 Account type and Active status.

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.