Amazon Incident Manager · JSON Structure

Incident Manager Delete Resource Policy Input Structure

DeleteResourcePolicyInput schema

Type: object Properties: 2 Required: 2
AutomationDevOpsIncident ManagementOperations

DeleteResourcePolicyInput 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

policyId 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-delete-resource-policy-input-structure.json",
  "name": "DeleteResourcePolicyInput",
  "description": "DeleteResourcePolicyInput schema",
  "type": "object",
  "properties": {
    "policyId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyId"
        },
        {
          "description": "The ID of the resource policy you're deleting."
        }
      ]
    },
    "resourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the resource you're deleting the policy from."
        }
      ]
    }
  },
  "required": [
    "policyId",
    "resourceArn"
  ]
}