aws codestar associate-team-member
Adds an IAM user to the team for an AWS CodeStar project
Options
Name | Description |
---|---|
--project-id <string> | The ID of the project to which you will add the IAM user |
--client-request-token <string> | A user- or system-generated token that identifies the entity that requested the team member association to the project. This token can be used to repeat the request |
--user-arn <string> | The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project |
--project-role <string> | The AWS CodeStar project role that will apply to this user. This role determines what actions a user can take in an AWS CodeStar project |
--remote-access-allowed | Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances |
--no-remote-access-allowed | Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances |
--cli-input-json <string> | Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally |
--generate-cli-skeleton <string> | Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command |