Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Create Analyzer Response Structure

The response to the request to create an analyzer.

Type: object Properties: 1
Access ControlComplianceIAMPolicy ManagementSecurity

CreateAnalyzerResponse is a JSON Structure definition published by Amazon IAM Access Analyzer, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

arn

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-analyzer-response-structure.json",
  "name": "CreateAnalyzerResponse",
  "description": "The response to the request to create an analyzer.",
  "type": "object",
  "properties": {
    "arn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnalyzerArn"
        },
        {
          "description": "The ARN of the analyzer that was created by the request."
        }
      ]
    }
  }
}