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

CreatePermissionSetRequest

import type { CreatePermissionSetRequest } from "https://aws-api.deno.dev/v0.4/services/ssoadmin.ts?docs=full";
interface CreatePermissionSetRequest {
Description?: string | null;
InstanceArn: string;
Name: string;
RelayState?: string | null;
SessionDuration?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]

The description of the "PermissionSet".

§
InstanceArn: string
[src]

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

§
Name: string
[src]

The name of the "PermissionSet".

§
RelayState?: string | null
[src]

Used to redirect users within the application during the federation authentication process.

§
SessionDuration?: string | null
[src]

The length of time that the application user sessions are valid in the ISO-8601 standard.

§
Tags?: Tag[] | null
[src]

The tags to attach to the new "PermissionSet".