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.3/services/codestar.ts?docs=full";
interface CreateUserProfileRequest {
displayName: string;
emailAddress: string;
sshPublicKey?: string | null;
userArn: string;
}

§Properties

§
displayName: string
[src]

The name that will be displayed as the friendly name for the user in AWS CodeStar.

§
emailAddress: string
[src]

The email address that will be displayed as part of the user's profile in AWS CodeStar.

§
sshPublicKey?: string | null
[src]

The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.

§
userArn: string
[src]

The Amazon Resource Name (ARN) of the user in IAM.