class Aws::AccessAnalyzer::Types::AccessPreview

Contains information about an access preview.

@!attribute [rw] analyzer_arn

The ARN of the analyzer used to generate the access preview.
@return [String]

@!attribute [rw] configurations

A map of resource ARNs for the proposed resource configuration.
@return [Hash<String,Types::Configuration>]

@!attribute [rw] created_at

The time at which the access preview was created.
@return [Time]

@!attribute [rw] id

The unique ID for the access preview.
@return [String]

@!attribute [rw] status

The status of the access preview.

* `Creating` - The access preview creation is in progress.

* `Completed` - The access preview is complete. You can preview
  findings for external access to the resource.

* `Failed` - The access preview creation has failed.
@return [String]

@!attribute [rw] status_reason

Provides more details about the current status of the access
preview.

For example, if the creation of the access preview fails, a `Failed`
status is returned. This failure can be due to an internal issue
with the analysis or due to an invalid resource configuration.
@return [Types::AccessPreviewStatusReason]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/AccessPreview AWS API Documentation

Constants

SENSITIVE