Amazon Glue · JSON Structure

Glue Get Resource Policy Request Structure

GetResourcePolicyRequest schema from Amazon Glue API

Type: object Properties: 1
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

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-get-resource-policy-request-structure.json",
  "name": "GetResourcePolicyRequest",
  "description": "GetResourcePolicyRequest schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "ResourceArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlueResourceArn"
        },
        {
          "description": "The ARN of the Glue resource for which to retrieve the resource policy. If not supplied, the Data Catalog resource policy is returned. Use <code>GetResourcePolicies</code> to view all existing resource policies. For more information see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/glue-specifying-resource-arns.html\">Specifying Glue Resource ARNs</a>. "
        }
      ]
    }
  }
}