Amazon Comprehend · JSON Structure

Openapi.Yml Describe Resource Policy Response Structure

DescribeResourcePolicyResponse schema

Type: object Properties: 4
Machine LearningNatural Language ProcessingNLPText Analysis

DescribeResourcePolicyResponse is a JSON Structure definition published by Amazon Comprehend, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ResourcePolicy CreationTime LastModifiedTime 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-describe-resource-policy-response-structure.json",
  "name": "DescribeResourcePolicyResponse",
  "description": "DescribeResourcePolicyResponse schema",
  "type": "object",
  "properties": {
    "ResourcePolicy": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Policy"
        },
        {
          "description": "The JSON body of the resource-based policy."
        }
      ]
    },
    "CreationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time at which the policy was created."
        }
      ]
    },
    "LastModifiedTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The time at which the policy was last modified."
        }
      ]
    },
    "PolicyRevisionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyRevisionId"
        },
        {
          "description": "The revision ID of the policy. Each time you modify a policy, Amazon Comprehend assigns a new revision ID, and it deletes the prior version of the policy."
        }
      ]
    }
  }
}