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. |
source
Required
source: IConstruct
- Type: IConstruct
Source the dependency.
target
Required
target: IConstruct
- Type: IConstruct
Target of the dependency.