@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:19:53.051Z")
public interface Dependency
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.core.*; Construct construct; Dependency dependency = Dependency.builder() .source(construct) .target(construct) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
Dependency.Builder
A builder for
Dependency |
static class |
Dependency.Jsii$Proxy
An implementation for
Dependency |
Modifier and Type | Method and Description |
---|---|
static Dependency.Builder |
builder() |
IConstruct |
getSource()
Source the dependency.
|
IConstruct |
getTarget()
Target of the dependency.
|
IConstruct getSource()
IConstruct getTarget()
static Dependency.Builder builder()
Dependency.Builder
of Dependency