Amazon Incident Manager · JSON Structure

Incident Manager Resource Policy Structure

The resource policy that allows Incident Manager to perform actions on resources on your behalf.

Type: object Properties: 3 Required: 3
AutomationDevOpsIncident ManagementOperations

ResourcePolicy is a JSON Structure definition published by Amazon Incident Manager, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

policyDocument policyId ramResourceShareRegion

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-incident-manager/refs/heads/main/json-structure/incident-manager-resource-policy-structure.json",
  "name": "ResourcePolicy",
  "description": "The resource policy that allows Incident Manager to perform actions on resources on your behalf.",
  "type": "object",
  "properties": {
    "policyDocument": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Policy"
        },
        {
          "description": "The JSON blob that describes the policy."
        }
      ]
    },
    "policyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyId"
        },
        {
          "description": "The ID of the resource policy."
        }
      ]
    },
    "ramResourceShareRegion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "The Amazon Web Services Region that policy allows resources to be used in."
        }
      ]
    }
  },
  "required": [
    "policyDocument",
    "policyId",
    "ramResourceShareRegion"
  ]
}