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

CustomerManagedPolicyReference

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

Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each AWS account where you want to deploy your permission set.

interface CustomerManagedPolicyReference {
Name: string;
Path?: string | null;
}

§Properties

§
Name: string
[src]

The name of the IAM policy that you have configured in each account where you want to deploy your permission set.

§
Path?: string | null
[src]

The path to the IAM policy that you have configured in each account where you want to deploy your permission set. The default is /. For more information, see Friendly names and paths in the IAM User Guide.