Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Inline Archive Rule Structure

An criterion statement in an archive rule. Each archive rule may have multiple criteria.

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

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

Properties

ruleName filter

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-rule-structure.json",
  "name": "InlineArchiveRule",
  "description": "An criterion statement in an archive rule. Each archive rule may have multiple criteria.",
  "type": "object",
  "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."
        }
      ]
    }
  },
  "required": [
    "ruleName",
    "filter"
  ]
}