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

PutInlinePolicyToPermissionSetRequest

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

§Properties

§
InlinePolicy: string
[src]

The IAM inline policy to attach to a "PermissionSet".

§
InstanceArn: string
[src]

The ARN of the SSO instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

§
PermissionSetArn: string
[src]

The ARN of the permission set.