Amazon Glue · JSON Structure

Glue Get Resource Policy Response Structure

GetResourcePolicyResponse schema from Amazon Glue API

Type: object Properties: 4
AnalyticsData CatalogData IntegrationData PipelineETLServerless

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

Properties

PolicyInJson PolicyHash CreateTime UpdateTime

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-response-structure.json",
  "name": "GetResourcePolicyResponse",
  "description": "GetResourcePolicyResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "PolicyInJson": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyJsonString"
        },
        {
          "description": "Contains the requested policy document, in JSON format."
        }
      ]
    },
    "PolicyHash": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HashString"
        },
        {
          "description": "Contains the hash value associated with this policy."
        }
      ]
    },
    "CreateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time at which the policy was created."
        }
      ]
    },
    "UpdateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Timestamp"
        },
        {
          "description": "The date and time at which the policy was last updated."
        }
      ]
    }
  }
}