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

ResourcePolicy

import type { ResourcePolicy } from "https://aws-api.deno.dev/v0.3/services/ssmincidents.ts?docs=full";

The resource policy that allows Incident Manager to perform actions on resources on your behalf.

interface ResourcePolicy {
policyDocument: string;
policyId: string;
ramResourceShareRegion: string;
}

§Properties

§
policyDocument: string
[src]

The JSON blob that describes the policy.

§
policyId: string
[src]

The ID of the resource policy.

§
ramResourceShareRegion: string
[src]

The Amazon Web Services Region that policy allows resources to be used in.