cloud9_create_environment_membership: Adds an environment member to an Cloud9 development...

View source: R/cloud9_operations.R

cloud9_create_environment_membershipR Documentation

Adds an environment member to an Cloud9 development environment

Description

Adds an environment member to an Cloud9 development environment.

See https://www.paws-r-sdk.com/docs/cloud9_create_environment_membership/ for full documentation.

Usage

cloud9_create_environment_membership(environmentId, userArn, permissions)

Arguments

environmentId

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

userArn

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

permissions

[required] 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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.