Dependency
A single dependency.
Initializer
import ros_cdk_core
ros_cdk_core.Dependency(
source: IConstruct,
target: IConstruct
)
Properties
| Name | Type | Description |
|---|---|---|
source |
IConstruct |
Source the dependency. |
target |
IConstruct |
Target of the dependency. |
sourceRequired
source: IConstruct
- Type: IConstruct
Source the dependency.
targetRequired
target: IConstruct
- Type: IConstruct
Target of the dependency.