Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Apply Archive Rule Request Structure

Retroactively applies an archive rule.

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

ApplyArchiveRuleRequest 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

analyzerArn ruleName 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-apply-archive-rule-request-structure.json",
  "name": "ApplyArchiveRuleRequest",
  "description": "Retroactively applies an archive rule.",
  "type": "object",
  "properties": {
    "analyzerArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnalyzerArn"
        },
        {
          "description": "The Amazon resource name (ARN) of the analyzer."
        }
      ]
    },
    "ruleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Name"
        },
        {
          "description": "The name of the rule to apply."
        }
      ]
    },
    "clientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "A client token."
        }
      ]
    }
  },
  "required": [
    "analyzerArn",
    "ruleName"
  ]
}