GithubEnterpriseConnection

@cosmos-building-blocks/pipelineGlobalsGithubEnterpriseConnection

Hierarchy

GithubEnterpriseConnectionBase

GithubEnterpriseConnection

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

+ new GithubEnterpriseConnection(scope: Construct, id: string, props: GithubEnterpriseConnectionProps): GithubEnterpriseConnection

Overrides void

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:156

Parameters:

NameType
scopeConstruct
idstring
propsGithubEnterpriseConnectionProps

Returns: GithubEnterpriseConnection

Properties

Readonly connectionArn

connectionArn: string

Implementation of IGithubEnterpriseConnection.connectionArn

Overrides GithubEnterpriseConnectionBase.connectionArn

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:151


Readonly connectionName

connectionName: string

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:154


Readonly connectionStatus

connectionStatus: string

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:152


Readonly host

host: GithubEnterpriseHost

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:155


Readonly ownerAccountId

ownerAccountId: string

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:153

Methods

Static fromConnectionArn

fromConnectionArn(scope: Construct, id: string, connectionArn: string): IGithubEnterpriseConnection

Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:179

Parameters:

NameType
scopeConstruct
idstring
connectionArnstring

Returns: IGithubEnterpriseConnection