TeamMember

Information about a team member in a project.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: TeamMember.Builder.() -> Unit = {}): TeamMember
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String