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-gyr5wj9zj0fg.deno.dev/v0.2/services/ssoadmin.ts";
interface CreatePermissionSetRequest {
Description?: string | null;
InstanceArn: string;
Name: string;
RelayState?: string | null;
SessionDuration?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]
§
InstanceArn: string
[src]
§
Name: string
[src]
§
RelayState?: string | null
[src]
§
SessionDuration?: string | null
[src]
§
Tags?: Tag[] | null
[src]