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

ApplicationPolicyStatement

import type { ApplicationPolicyStatement } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/serverlessapplicationrepository.ts";
interface ApplicationPolicyStatement {
Actions: string[];
PrincipalOrgIDs?: string[] | null;
Principals: string[];
StatementId?: string | null;
}

§Properties

§
Actions: string[]
[src]
§
PrincipalOrgIDs?: string[] | null
[src]
§
Principals: string[]
[src]
§
StatementId?: string | null
[src]