ConcreteDependable
- Implements: IDependable
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 { ConcreteDependable } from '@alicloud/ros-cdk-core'
new ConcreteDependable()
| Name | Type | Description |
|---|---|---|
Methods
| Name | Description |
|---|---|
add |
Add a construct to the dependency roots. |
add
public add(construct: IConstruct): void
Add a construct to the dependency roots.
- Type: IConstruct