Toolchain

class Toolchain

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon S3 location where the toolchain template file provided with the project request is stored. AWS CodeStar retrieves the file during project creation.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Toolchain.Builder.() -> Unit = {}): Toolchain
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String