ConcreteDependable¶
-
class
aws_cdk.core.
ConcreteDependable
¶ Bases:
object
(experimental) 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.
- Stability
experimental
- Stability
experimental
Methods
-
add
(construct)¶ (experimental) Add a construct to the dependency roots.
- Parameters
construct (
IConstruct
) –- Stability
experimental
- Return type
None