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

AssociateTeamMemberRequest

import type { AssociateTeamMemberRequest } from "https://aws-api.deno.dev/v0.3/services/codestar.ts?docs=full";
interface AssociateTeamMemberRequest {
clientRequestToken?: string | null;
projectId: string;
projectRole: string;
remoteAccessAllowed?: boolean | null;
userArn: string;
}

§Properties

§
clientRequestToken?: string | null
[src]

A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request.

§
projectId: string
[src]

The ID of the project to which you will add the IAM user.

§
projectRole: string
[src]

The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project.

§
remoteAccessAllowed?: boolean | null
[src]

Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.

§
userArn: string
[src]

The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.