{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-schema/iam-access-analyzer-access-preview-schema.json", "title": "AccessPreview", "description": "Contains information about an access preview.", "type": "object", "properties": { "id": { "allOf": [ { "$ref": "#/components/schemas/AccessPreviewId" }, { "description": "The unique ID for the access preview." } ] }, "analyzerArn": { "allOf": [ { "$ref": "#/components/schemas/AnalyzerArn" }, { "description": "The ARN of the analyzer used to generate the access preview." } ] }, "configurations": { "allOf": [ { "$ref": "#/components/schemas/ConfigurationsMap" }, { "description": "A map of resource ARNs for the proposed resource configuration." } ] }, "createdAt": { "allOf": [ { "$ref": "#/components/schemas/Timestamp" }, { "description": "The time at which the access preview was created." } ] }, "status": { "allOf": [ { "$ref": "#/components/schemas/AccessPreviewStatus" }, { "description": "
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.
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.