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

CreateEnvironmentMembershipRequest

import type { CreateEnvironmentMembershipRequest } from "https://aws-api.deno.dev/v0.4/services/cloud9.ts?docs=full";
interface CreateEnvironmentMembershipRequest {
environmentId: string;
permissions: MemberPermissions;
userArn: string;
}

§Properties

§
environmentId: string
[src]

The ID of the environment that contains the environment member you want to add.

§

The type of environment member permissions you want to associate with this environment member. Available values include:

  • read-only: Has read-only access to the environment.
  • read-write: Has read-write access to the environment.
§
userArn: string
[src]

The Amazon Resource Name (ARN) of the environment member you want to add.