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

AttachCustomerManagedPolicyReferenceToPermissionSetRequest

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

§Properties

§
CustomerManagedPolicyReference: CustomerManagedPolicyReference
[src]

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.

§
InstanceArn: string
[src]

The ARN of the IAM Identity Center instance under which the operation will be executed.

§
PermissionSetArn: string
[src]

The ARN of the PermissionSet.