Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Generated Policy List Structure

GeneratedPolicyList schema from AWS IAM Access Analyzer API

Type: array Properties: 0
Access ControlComplianceIAMPolicy ManagementSecurity

GeneratedPolicyList is a JSON Structure definition published by Amazon IAM Access Analyzer. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-generated-policy-list-structure.json",
  "name": "GeneratedPolicyList",
  "description": "GeneratedPolicyList schema from AWS IAM Access Analyzer API",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "policy"
    ],
    "properties": {
      "policy": {
        "allOf": [
          {
            "$ref": "#/components/schemas/String"
          },
          {
            "description": "The text to use as the content for the new policy. The policy is created using the <a href=\"https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreatePolicy.html\">CreatePolicy</a> action."
          }
        ]
      }
    },
    "description": "Contains the text for the generated policy."
  }
}