404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.253.148: ~ $
**To view a list of team members**

The following ``list-team-members`` example retrieves a list of users associated with the specified project. ::

    aws codestar list-team-members \
        --project-id my-project

Output::

    {
        "teamMembers": [
            {
                "userArn": "arn:aws:iam::123456789012:user/admin",
                "projectRole": "Owner",
                "remoteAccessAllowed": false
            },
            {
                "userArn": "arn:aws:iam::123456789012:user/intern",
                "projectRole": "Contributor",
                "remoteAccessAllowed": false
            }
        ]
    }

Filemanager

Name Type Size Permission Actions
associate-team-member.rst File 372 B 0755
create-project.rst File 1.57 KB 0755
create-user-profile.rst File 618 B 0755
delete-project.rst File 285 B 0755
delete-user-profile.rst File 332 B 0755
describe-project.rst File 519 B 0755
describe-user-profile.rst File 560 B 0755
disassociate-team-member.rst File 335 B 0755
list-projects.rst File 559 B 0755
list-resources.rst File 2.4 KB 0755
list-tags-for-project.rst File 338 B 0755
list-team-members.rst File 667 B 0755
list-user-profiles.rst File 716 B 0755
tag-project.rst File 360 B 0755
untag-project.rst File 274 B 0755
update-project.rst File 268 B 0755
update-team-member.rst File 557 B 0755
update-user-profile.rst File 565 B 0755