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

PutProjectPolicyRequest

import type { PutProjectPolicyRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface PutProjectPolicyRequest {
PolicyDocument: string;
PolicyName: string;
PolicyRevisionId?: string | null;
ProjectArn: string;
}

§Properties

§
PolicyDocument: string
[src]

A resource policy to add to the model. The policy is a JSON structure that contains one or more statements that define the policy. The policy must follow the IAM syntax. For more information about the contents of a JSON policy document, see IAM JSON policy reference.

§
PolicyName: string
[src]

A name for the policy.

§
PolicyRevisionId?: string | null
[src]

The revision ID for the Project Policy. Each time you modify a policy, Amazon Rekognition Custom Labels generates and assigns a new PolicyRevisionId and then deletes the previous version of the policy.

§
ProjectArn: string
[src]

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