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

CreateUserProfileRequest

import type { CreateUserProfileRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateUserProfileRequest {
DomainId: string;
SingleSignOnUserIdentifier?: string | null;
SingleSignOnUserValue?: string | null;
Tags?: Tag[] | null;
UserProfileName: string;
UserSettings?: UserSettings | null;
}

§Properties

§
DomainId: string
[src]

The ID of the associated Domain.

§
SingleSignOnUserIdentifier?: string | null
[src]

A specifier for the type of value specified in SingleSignOnUserValue. Currently, the only supported value is "UserName". If the Domain's AuthMode is IAM Identity Center, this field is required. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.

§
SingleSignOnUserValue?: string | null
[src]

The username of the associated Amazon Web Services Single Sign-On User for this UserProfile. If the Domain's AuthMode is IAM Identity Center, this field is required, and must match a valid username of a user in your directory. If the Domain's AuthMode is not IAM Identity Center, this field cannot be specified.

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

Each tag consists of a key and an optional value. Tag keys must be unique per resource.

Tags that you specify for the User Profile are also added to all Apps that the User Profile launches.

§
UserProfileName: string
[src]

A name for the UserProfile. This value is not case sensitive.

§
UserSettings?: UserSettings | null
[src]

A collection of settings.