{ "$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" ] }