Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data TeamMember Source #
Information about a team member in a project.
See: newTeamMember
smart constructor.
TeamMember' | |
|
Instances
Create a value of TeamMember
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:remoteAccessAllowed:TeamMember'
, teamMember_remoteAccessAllowed
- Whether the user is allowed to remotely access project resources using
an SSH public/private key pair.
$sel:userArn:TeamMember'
, teamMember_userArn
- The Amazon Resource Name (ARN) of the user in IAM.
$sel:projectRole:TeamMember'
, teamMember_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.
teamMember_remoteAccessAllowed :: Lens' TeamMember (Maybe Bool) Source #
Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
teamMember_userArn :: Lens' TeamMember Text Source #
The Amazon Resource Name (ARN) of the user in IAM.
teamMember_projectRole :: Lens' TeamMember Text Source #
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.