Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetResourcePolicyResponse

import type { GetResourcePolicyResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetResourcePolicyResponse {
CreateTime?: Date | number | null;
PolicyHash?: string | null;
PolicyInJson?: string | null;
UpdateTime?: Date | number | null;
}

§Properties

§
CreateTime?: Date | number | null
[src]

The date and time at which the policy was created.

§
PolicyHash?: string | null
[src]

Contains the hash value associated with this policy.

§
PolicyInJson?: string | null
[src]

Contains the requested policy document, in JSON format.

§
UpdateTime?: Date | number | null
[src]

The date and time at which the policy was last updated.