String projectId
The ID of the project to which you will add the IAM user.
String clientRequestToken
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.
String userArn
The Amazon Resource Name (ARN) for the IAM user you want to add to the AWS CodeStar project.
String projectRole
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.
Boolean remoteAccessAllowed
Whether the team member is allowed to use an SSH public/private key pair to remotely access project resources, for example Amazon EC2 instances.
String clientRequestToken
The user- or system-generated token from the initial request that can be used to repeat the request.
CodeSource source
The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.
CodeDestination destination
The repository to be created in AWS CodeStar. Valid values are AWS CodeCommit or GitHub. After AWS CodeStar provisions the new repository, the source code files provided with the project request are placed in the repository.
String name
The name of the AWS CodeCommit repository to be created in AWS CodeStar.
CodeCommitCodeDestination codeCommit
Information about the AWS CodeCommit repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
GitHubCodeDestination gitHub
Information about the GitHub repository to be created in AWS CodeStar. This is where the source code files provided with the project request will be uploaded after project creation.
S3Location s3
Information about the Amazon S3 location where the source code files provided with the project request are stored.
String name
The display name for the project to be created in AWS CodeStar.
String id
The ID of the project to be created in AWS CodeStar.
String description
The description of the project, if any.
String clientRequestToken
A user- or system-generated token that identifies the entity that requested project creation. This token can be used to repeat the request.
List<E> sourceCode
A list of the Code objects submitted with the project request. If this parameter is specified, the request must also include the toolchain parameter.
Toolchain toolchain
The name of the toolchain template file submitted with the project request. If this parameter is specified, the request must also include the sourceCode parameter.
Map<K,V> tags
The tags created for the project.
String id
The ID of the project.
String arn
The Amazon Resource Name (ARN) of the created project.
String clientRequestToken
A user- or system-generated token that identifies the entity that requested project creation.
String projectTemplateId
Reserved for future use.
String userArn
The Amazon Resource Name (ARN) of the user in IAM.
String displayName
The name that will be displayed as the friendly name for the user in AWS CodeStar.
String emailAddress
The email address that will be displayed as part of the user's profile in AWS CodeStar.
String sshPublicKey
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
String userArn
The Amazon Resource Name (ARN) of the user in IAM.
String displayName
The name that is displayed as the friendly name for the user in AWS CodeStar.
String emailAddress
The email address that is displayed as part of the user's profile in AWS CodeStar.
String sshPublicKey
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
Date createdTimestamp
The date the user profile was created, in timestamp format.
Date lastModifiedTimestamp
The date the user profile was last modified, in timestamp format.
String id
The ID of the project to be deleted in AWS CodeStar.
String clientRequestToken
A user- or system-generated token that identifies the entity that requested project deletion. This token can be used to repeat the request.
Boolean deleteStack
Whether to send a delete request for the primary stack in AWS CloudFormation originally used to generate the project and its resources. This option will delete all AWS resources for the project (except for any buckets in Amazon S3) as well as deleting the project itself. Recommended for most use cases.
String userArn
The Amazon Resource Name (ARN) of the user to delete from AWS CodeStar.
String userArn
The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar.
String id
The ID of the project.
String name
The display name for the project.
String id
The ID of the project.
String arn
The Amazon Resource Name (ARN) for the project.
String description
The description of the project, if any.
String clientRequestToken
A user- or system-generated token that identifies the entity that requested project creation.
Date createdTimeStamp
The date and time the project was created, in timestamp format.
String stackId
The ID of the primary stack in AWS CloudFormation used to generate resources for the project.
String projectTemplateId
The ID for the AWS CodeStar project template used to create the project.
ProjectStatus status
The project creation or deletion status.
String userArn
The Amazon Resource Name (ARN) of the user.
String userArn
The Amazon Resource Name (ARN) of the user.
String displayName
The display name shown for the user in AWS CodeStar projects. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").
String emailAddress
The email address for the user. Optional.
String sshPublicKey
The SSH public key associated with the user. This SSH public key is associated with the user profile, and can be used in conjunction with the associated private key for access to project resources, such as Amazon EC2 instances, if a project owner grants remote access to those resources.
Date createdTimestamp
The date and time when the user profile was created in AWS CodeStar, in timestamp format.
Date lastModifiedTimestamp
The date and time when the user profile was last modified, in timestamp format.
String name
Name of the GitHub repository to be created in AWS CodeStar.
String description
Description for the GitHub repository to be created in AWS CodeStar. This description displays in GitHub after the repository is created.
String type
The type of GitHub repository to be created in AWS CodeStar. Valid values are User or Organization.
String owner
The GitHub username for the owner of the GitHub repository to be created in AWS CodeStar. If this repository should be owned by a GitHub organization, provide its name.
Boolean privateRepository
Whether the GitHub repository is to be a private repository.
Boolean issuesEnabled
Whether to enable issues for the GitHub repository.
String token
The GitHub user's personal access token for the GitHub repository.
String projectId
The ID of the project for which you want to list team members.
String nextToken
The continuation token for the next set of results, if the results cannot be returned in one response.
Integer maxResults
The maximum number of team members you want returned in a response.
String id
The Amazon Resource Name (ARN) of the resource.
String userArn
The Amazon Resource Name (ARN) of the user in IAM.
String 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.
Boolean remoteAccessAllowed
Whether the user is allowed to remotely access project resources using an SSH public/private key pair.
ToolchainSource source
The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.
String roleArn
The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.
Map<K,V> stackParameters
The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.
S3Location s3
The Amazon S3 bucket where the toolchain template file provided with the project request is stored.
String projectId
The ID of the project.
String userArn
The Amazon Resource Name (ARN) of the user for whom you want to change team membership attributes.
String 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.
Boolean remoteAccessAllowed
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile. Even if this is set to True, the user must associate a public key with their profile before the user can access resources.
String userArn
The Amazon Resource Name (ARN) of the user whose team membership attributes were updated.
String projectRole
The project role granted to the user.
Boolean remoteAccessAllowed
Whether a team member is allowed to remotely access project resources using the SSH public key associated with the user's profile.
String userArn
The name that will be displayed as the friendly name for the user in AWS CodeStar.
String displayName
The name that is displayed as the friendly name for the user in AWS CodeStar.
String emailAddress
The email address that is displayed as part of the user's profile in AWS CodeStar.
String sshPublicKey
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
String userArn
The Amazon Resource Name (ARN) of the user in IAM.
String displayName
The name that is displayed as the friendly name for the user in AWS CodeStar.
String emailAddress
The email address that is displayed as part of the user's profile in AWS CodeStar.
String sshPublicKey
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
Date createdTimestamp
The date the user profile was created, in timestamp format.
Date lastModifiedTimestamp
The date the user profile was last modified, in timestamp format.
String userArn
The Amazon Resource Name (ARN) of the user in IAM.
String displayName
The display name of a user in AWS CodeStar. For example, this could be set to both first and last name ("Mary Major") or a single name ("Mary"). The display name is also used to generate the initial icon associated with the user in AWS CodeStar projects. If spaces are included in the display name, the first character that appears after the space will be used as the second character in the user initial icon. The initial icon displays a maximum of two characters, so a display name with more than one space (for example "Mary Jane Major") would generate an initial icon using the first character and the first character after the space ("MJ", not "MM").
String emailAddress
The email address associated with the user.
String sshPublicKey
The SSH public key associated with the user in AWS CodeStar. If a project owner allows the user remote access to project resources, this public key will be used along with the user's private key for SSH access.
Copyright © 2025. All rights reserved.