GithubEnterpriseHost
@cosmos-building-blocks/pipeline › Globals › GithubEnterpriseHost
Hierarchy
Resource
↳ GithubEnterpriseHost
Implements
- IConstruct
- IConstruct
- IResource
Index
Constructors
Properties
Constructors
constructor
+ new GithubEnterpriseHost(scope: Construct, id: string, props: GithubEnterpriseHostProps): GithubEnterpriseHost
Overrides void
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:28
Parameters:
| Name | Type |
|---|---|
scope | Construct |
id | string |
props | GithubEnterpriseHostProps |
Returns: GithubEnterpriseHost
Properties
Readonly endpoint
• endpoint: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:23
Readonly hostArn
• hostArn: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:21
Readonly hostName
• hostName: string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:22
Readonly securityGroup
• securityGroup: SecurityGroup
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:26
Readonly subnets
• subnets: ISubnet[]
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:25
Optional Readonly tlsCertificate
• tlsCertificate? : undefined | string
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:27
Readonly vpc
• vpc: IVpc
Defined in packages/@cosmos-building-blocks/pipeline/src/source/github-enterprise-connection.ts:24