Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer List Access Previews Response Structure

ListAccessPreviewsResponse schema from AWS IAM Access Analyzer API

Type: object Properties: 2 Required: 1
Access ControlComplianceIAMPolicy ManagementSecurity

ListAccessPreviewsResponse is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

accessPreviews nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-access-analyzer/refs/heads/main/json-structure/iam-access-analyzer-list-access-previews-response-structure.json",
  "name": "ListAccessPreviewsResponse",
  "description": "ListAccessPreviewsResponse schema from AWS IAM Access Analyzer API",
  "type": "object",
  "properties": {
    "accessPreviews": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessPreviewsList"
        },
        {
          "description": "A list of access previews retrieved for the analyzer."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Token"
        },
        {
          "description": "A token used for pagination of results returned."
        }
      ]
    }
  },
  "required": [
    "accessPreviews"
  ]
}