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

CreateStudioSessionMappingInput

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

§Properties

§
IdentityId?: string | null
[src]

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

§
IdentityName?: string | null
[src]

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

§
IdentityType: IdentityType
[src]

Specifies whether the identity to map to the Amazon EMR Studio is a user or a group.

§
SessionPolicyArn: string
[src]

The Amazon Resource Name (ARN) for the session policy that will be applied to the user or group. You should specify the ARN for the session policy that you want to apply, not the ARN of your user role. For more information, see Create an EMR Studio User Role with Session Policies.

§
StudioId: string
[src]

The ID of the Amazon EMR Studio to which the user or group will be mapped.