Toolchain - AWS CodeStar

On July 31, 2024, Amazon Web Services (AWS) will discontinue support for creating and viewing AWS CodeStar projects. After July 31, 2024, you will no longer be able to access the AWS CodeStar console or create new projects. However, the AWS resources created by AWS CodeStar, including your source repositories, pipelines, and builds, will be unaffected by this change and will continue to function. AWS CodeStar Connections will not be impacted by this discontinuation.

 

If you wish to track work, develop code, and build, test, and deploy your applications, Amazon CodeCatalyst provides a streamlined getting started process and additional functionality to manage your software projects. Learn more about functionality and pricing of Amazon CodeCatalyst.

Toolchain

The toolchain template file provided with the project request. AWS CodeStar uses the template to provision the toolchain stack in AWS CloudFormation.

Contents

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.

Type: ToolchainSource object

Required: Yes

roleArn

The service role ARN for AWS CodeStar to use for the toolchain template during stack provisioning.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1224.

Required: No

stackParameters

The list of parameter overrides to be passed into the toolchain template during stack provisioning, if any.

Type: String to string map

Map Entries: Maximum number of 25 items.

Key Length Constraints: Minimum length of 1. Maximum length of 30.

Key Pattern: ^\S(.*\S)?$

Value Length Constraints: Minimum length of 1. Maximum length of 150.

Value Pattern: ^\S(.*\S)?$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: