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

ActionTypePermissions

import type { ActionTypePermissions } from "https://aws-api.deno.dev/v0.3/services/codepipeline.ts?docs=full";

Details identifying the users with permissions to use the action type.

interface ActionTypePermissions {
allowedAccounts: string[];
}

§Properties

§
allowedAccounts: string[]
[src]

A list of AWS account IDs with access to use the action type in their pipelines.