aws-cloud9 Verified for current stable LTS

Aws Cloud9 Command: Create Environment Membership

An engineer would use the 'aws cloud9 create-environment-membership' command to grant a specific user access to a collaborative Cloud9 development environment, specifying the environment ID, user's ARN, and their permission level. Exact CLI syntax to create environment membership using Aws Cloud9.

When to use this: An engineer would use the 'aws cloud9 create-environment-membership' command to grant a specific user access to a collaborative Cloud9 development environment, specifying the environment ID, user's ARN, and their permission level.

Command Syntax

aws cloud9 create-environment-membership --environment-id <environment_id> --user-arn <user_arn> --permissions <permissions>

Command Breakdown

--environment-id
Command Option
Tool-specific option used by this command invocation.
--user-arn
Command Option
Tool-specific option used by this command invocation.
--permissions
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to create environment membership using Aws Cloud9.

Test path: Replace placeholders and run destructive commands in a disposable workspace first.

Flag behavior: Tool version, platform, and shell can change behavior.

Improve This Command

Suggest a correction, safer default, or version-specific note for this entry.

Related Operations

Back to Aws Cloud9 directory