Amazon Comprehend · JSON Structure

Openapi.Yml Delete Resource Policy Request Structure

DeleteResourcePolicyRequest schema

Type: object Properties: 2 Required: 1
Machine LearningNatural Language ProcessingNLPText Analysis

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

Properties

ResourceArn PolicyRevisionId

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-comprehend/refs/heads/main/json-structure/openapi.yml-delete-resource-policy-request-structure.json",
  "name": "DeleteResourcePolicyRequest",
  "description": "DeleteResourcePolicyRequest schema",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ComprehendModelArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the custom model version that has the policy to delete."
        }
      ]
    },
    "PolicyRevisionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyRevisionId"
        },
        {
          "description": "The revision ID of the policy to delete."
        }
      ]
    }
  },
  "required": [
    "ResourceArn"
  ]
}