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

DescribePolicyRequest

import type { DescribePolicyRequest } from "https://aws-api.deno.dev/v0.4/services/organizations.ts?docs=full";
interface DescribePolicyRequest {
PolicyId: string;
}

§Properties

§
PolicyId: string
[src]

The unique identifier (ID) of the policy that you want details about. You can get the ID from the "ListPolicies" or "ListPoliciesForTarget" operations.

The regex pattern for a policy ID string requires "p-" followed by from 8 to 128 lowercase or uppercase letters, digits, or the underscore character (_).