Skip to content

ConcreteDependable

A set of constructs to be used as a dependable.

This class can be used when a set of constructs which are disjoint in the construct tree needs to be combined to be used as a single dependable.

Initializers

import ros_cdk_core
ros_cdk_core.ConcreteDependable()
Name Type Description

Methods

Name Description
add Add a construct to the dependency roots.

add

def add(
  construct: IConstruct
) -> None

Add a construct to the dependency roots.

constructRequired