Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Inline Archive Rules List Structure

InlineArchiveRulesList schema from AWS IAM Access Analyzer API

Type: array Properties: 0
Access ControlComplianceIAMPolicy ManagementSecurity

InlineArchiveRulesList 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-inline-archive-rules-list-structure.json",
  "name": "InlineArchiveRulesList",
  "description": "InlineArchiveRulesList schema from AWS IAM Access Analyzer API",
  "type": "array",
  "items": {
    "type": "object",
    "required": [
      "ruleName",
      "filter"
    ],
    "properties": {
      "ruleName": {
        "allOf": [
          {
            "$ref": "#/components/schemas/Name"
          },
          {
            "description": "The name of the rule."
          }
        ]
      },
      "filter": {
        "allOf": [
          {
            "$ref": "#/components/schemas/FilterCriteriaMap"
          },
          {
            "description": "The condition and values for a criterion."
          }
        ]
      }
    },
    "description": "An criterion statement in an archive rule. Each archive rule may have multiple criteria."
  }
}