Amazon Incident Manager · JSON Structure

Incident Manager Put Resource Policy Input Structure

PutResourcePolicyInput schema

Type: object Properties: 2 Required: 2
AutomationDevOpsIncident ManagementOperations

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

Properties

policy resourceArn

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-put-resource-policy-input-structure.json",
  "name": "PutResourcePolicyInput",
  "description": "PutResourcePolicyInput schema",
  "type": "object",
  "properties": {
    "policy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Policy"
        },
        {
          "description": "Details of the resource policy."
        }
      ]
    },
    "resourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the response plan to add the resource policy to."
        }
      ]
    }
  },
  "required": [
    "policy",
    "resourceArn"
  ]
}