Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Create Archive Rule Request Structure

Creates an archive rule.

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

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

Properties

ruleName filter clientToken

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-create-archive-rule-request-structure.json",
  "name": "CreateArchiveRuleRequest",
  "description": "Creates an archive rule.",
  "type": "object",
  "properties": {
    "ruleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the rule to create."
        }
      ]
    },
    "filter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilterCriteriaMap"
        },
        {
          "description": "The criteria for the rule."
        }
      ]
    },
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "A client token."
        }
      ]
    }
  },
  "required": [
    "ruleName",
    "filter"
  ]
}