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

Policy

import type { Policy } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iam.ts";
interface Policy {
Arn?: string | null;
AttachmentCount?: number | null;
CreateDate?: Date | number | null;
DefaultVersionId?: string | null;
Description?: string | null;
IsAttachable?: boolean | null;
Path?: string | null;
PermissionsBoundaryUsageCount?: number | null;
PolicyId?: string | null;
PolicyName?: string | null;
Tags: Tag[];
UpdateDate?: Date | number | null;
}

§Properties

§
Arn?: string | null
[src]
§
AttachmentCount?: number | null
[src]
§
CreateDate?: Date | number | null
[src]
§
DefaultVersionId?: string | null
[src]
§
Description?: string | null
[src]
§
IsAttachable?: boolean | null
[src]
§
Path?: string | null
[src]
§
PermissionsBoundaryUsageCount?: number | null
[src]
§
PolicyId?: string | null
[src]
§
PolicyName?: string | null
[src]
§
Tags: Tag[]
[src]
§
UpdateDate?: Date | number | null
[src]