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.4/services/xray.ts?docs=full";

A resource policy grants one or more Amazon Web Services services and accounts permissions to access X-Ray. Each resource policy is associated with a specific Amazon Web Services account.

interface ResourcePolicy {
LastUpdatedTime?: Date | number | null;
PolicyDocument?: string | null;
PolicyName?: string | null;
PolicyRevisionId?: string | null;
}

§Properties

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

When the policy was last updated, in Unix time seconds.

§
PolicyDocument?: string | null
[src]

The resource policy document, which can be up to 5kb in size.

§
PolicyName?: string | null
[src]

The name of the resource policy. Must be unique within a specific Amazon Web Services account.

§
PolicyRevisionId?: string | null
[src]

Returns the current policy revision id for this policy name.