Amazon IAM Access Analyzer · JSON Structure

Iam Access Analyzer Get Analyzed Resource Response Structure

The response to the request.

Type: object Properties: 1
Access ControlComplianceIAMPolicy ManagementSecurity

GetAnalyzedResourceResponse 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

resource

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-get-analyzed-resource-response-structure.json",
  "name": "GetAnalyzedResourceResponse",
  "description": "The response to the request.",
  "type": "object",
  "properties": {
    "resource": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnalyzedResource"
        },
        {
          "description": "An <code>AnalyzedResource</code> object that contains information that IAM Access Analyzer found when it analyzed the resource."
        }
      ]
    }
  }
}