Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Update Archive Rule Request Structure

Updates the specified archive rule.

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

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

Properties

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-update-archive-rule-request-structure.json",
  "name": "UpdateArchiveRuleRequest",
  "description": "Updates the specified archive rule.",
  "type": "object",
  "properties": {
    "filter": {
      "allOf": [
        {
          "$ref": "#/components/schemas/FilterCriteriaMap"
        },
        {
          "description": "A filter to match for the rules to update. Only rules that match the filter are updated."
        }
      ]
    },
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "A client token."
        }
      ]
    }
  },
  "required": [
    "filter"
  ]
}