DefinitionRepository

Contains information about a source code repository that hosts the workflow definition files.

Types

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

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the connection to the source code repository.

Link copied to clipboard

A list of file patterns to exclude when retrieving the workflow definition from the repository.

Link copied to clipboard

The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.

Link copied to clipboard

The source reference for the repository, such as a branch name, tag, or commit ID.

Functions

Link copied to clipboard
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