Code

class Code

Location and destination information about the source code files provided with the project request. The source code is uploaded to the new project source repository after project creation.

Types

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

Properties

Link copied to clipboard

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.

Link copied to clipboard

The location where the source code files provided with the project request are stored. AWS CodeStar retrieves the files during project creation.

Functions

Link copied to clipboard
inline fun copy(block: Code.Builder.() -> Unit = {}): Code
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