| Package | Description |
|---|---|
| software.amazon.awscdk.services.codebuild |
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectRefProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectRefProps |
ProjectRefProps.Builder.build()
Builds the configured instance.
|
ProjectRefProps |
ProjectRef.export()
Export this Project.
|
| Modifier and Type | Method and Description |
|---|---|
static ProjectRef |
ProjectRef.import_(software.amazon.awscdk.Construct parent,
String name,
ProjectRefProps props)
Import a Project defined either outside the CDK,
or in a different CDK Stack
(and exported using the
export method). |
Copyright © 2018. All rights reserved.