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

ProjectPolicy

import type { ProjectPolicy } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

Describes a project policy in the response from "ListProjectPolicies".

interface ProjectPolicy {
CreationTimestamp?: Date | number | null;
LastUpdatedTimestamp?: Date | number | null;
PolicyDocument?: string | null;
PolicyName?: string | null;
PolicyRevisionId?: string | null;
ProjectArn?: string | null;
}

§Properties

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

The Unix datetime for the creation of the project policy.

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

The Unix datetime for when the project policy was last updated.

§
PolicyDocument?: string | null
[src]

The JSON document for the project policy.

§
PolicyName?: string | null
[src]

The name of the project policy.

§
PolicyRevisionId?: string | null
[src]

The revision ID of the project policy.

§
ProjectArn?: string | null
[src]

The Amazon Resource Name (ARN) of the project to which the project policy is attached.