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

GetStudioSessionMappingInput

import type { GetStudioSessionMappingInput } from "https://aws-api.deno.dev/v0.3/services/emr.ts?docs=full";
interface GetStudioSessionMappingInput {
IdentityId?: string | null;
IdentityName?: string | null;
IdentityType: IdentityType;
StudioId: string;
}

§Properties

§
IdentityId?: string | null
[src]

The globally unique identifier (GUID) of the user or group. For more information, see UserId and GroupId in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.

§
IdentityName?: string | null
[src]

The name of the user or group to fetch. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference. Either IdentityName or IdentityId must be specified.

§
IdentityType: IdentityType
[src]

Specifies whether the identity to fetch is a user or a group.

§
StudioId: string
[src]

The ID of the Amazon EMR Studio.