MDAA TS Docs
    Preparing search index...

    Interface CodeStarConnectionConfig

    Configuration for external repository sources (GitHub, GitLab, Bitbucket) via AWS CodeStar Connections / CodeConnections.

    Required when sourceType is 'CODESTAR_CONNECTIONS'.

    interface CodeStarConnectionConfig {
        branch?: string;
        connectionArn: string;
        owner: string;
        repo: string;
    }
    Index

    Properties

    branch?: string

    Branch to track (default: 'main')

    connectionArn: string

    ARN of the AWS CodeStar Connection (created in AWS Console or via CLI)

    owner: string

    Repository owner (GitHub org or user, Bitbucket workspace)

    repo: string

    Repository name (without owner prefix)