cloud9_update_environment_membership {paws.developer.tools}R Documentation

Changes the settings of an existing environment member for an Cloud9 development environment

Description

Changes the settings of an existing environment member for an Cloud9 development environment.

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

Usage

cloud9_update_environment_membership(environmentId, userArn, permissions)

Arguments

environmentId

[required] The ID of the environment for the environment member whose settings you want to change.

userArn

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

permissions

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


[Package paws.developer.tools version 0.6.0 Index]