Amazon Glue · JSON Structure

Glue Delete Resource Policy Request Structure

DeleteResourcePolicyRequest schema from Amazon Glue API

Type: object Properties: 2
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

PolicyHashCondition 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-glue/refs/heads/main/json-structure/glue-delete-resource-policy-request-structure.json",
  "name": "DeleteResourcePolicyRequest",
  "description": "DeleteResourcePolicyRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "PolicyHashCondition": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HashString"
        },
        {
          "description": "The hash value returned when this policy was set."
        }
      ]
    },
    "ResourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlueResourceArn"
        },
        {
          "description": "The ARN of the Glue resource for the resource policy to be deleted."
        }
      ]
    }
  }
}