EnvironmentMember
Information about an environment member for an AWS Cloud9 development environment.
Contents
- environmentId
-
The ID of the environment for the environment member.
Type: String
Pattern:
^[a-zA-Z0-9]{8,32}$
Required: Yes
- permissions
-
The type of environment member permissions associated with this environment member. Available values include:
-
owner
: Owns the environment. -
read-only
: Has read-only access to the environment. -
read-write
: Has read-write access to the environment.
Type: String
Valid Values:
owner | read-write | read-only
Required: Yes
-
- userArn
-
The Amazon Resource Name (ARN) of the environment member.
Type: String
Pattern:
^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(iam|sts)::\d+:(root|(user\/[\w+=/:,.@-]{1,64}|federated-user\/[\w+=/:,.@-]{2,32}|assumed-role\/[\w+=:,.@-]{1,64}\/[\w+=,.@-]{1,64}))$
Required: Yes
- userId
-
The user ID in AWS Identity and Access Management (IAM) of the environment member.
Type: String
Required: Yes
- lastAccess
-
The time, expressed in epoch time format, when the environment member last opened the environment.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: