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

PutResourcePolicyInput

import type { PutResourcePolicyInput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface PutResourcePolicyInput {
policy: string;
resourceArn: string;
}

§Properties

§
policy: string
[src]

A JSON-formatted resource policy. For more information, see Sharing a Project and Sharing a Report Group in the CodeBuild User Guide.

§
resourceArn: string
[src]

The ARN of the Project or ReportGroup resource you want to associate with a resource policy.