Skip to content

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

Source the dependency.


targetRequired

target: IConstruct

Target of the dependency.