TeamMember - AWS CodeStar

TeamMember

Information about a team member in a project.

Contents

projectRole

The role assigned to the user in the project. Project roles have different levels of access. For more information, see Working with Teams in the AWS CodeStar User Guide.

Type: String

Pattern: ^(Owner|Viewer|Contributor)$

Required: Yes

userArn

The Amazon Resource Name (ARN) of the user in IAM.

Type: String

Length Constraints: Minimum length of 32. Maximum length of 95.

Pattern: ^arn:aws:iam::\d{12}:user(?:(\u002F)|(\u002F[\u0021-\u007E]+\u002F))[\w+=,.@-]+$

Required: Yes

remoteAccessAllowed

Whether the user is allowed to remotely access project resources using an SSH public/private key pair.

Type: Boolean

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: