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 "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcore"
alicloudroscdkcore.NewConcreteDependable() ConcreteDependable
Name Type Description

Methods

Name Description
Add Add a construct to the dependency roots.

Add

func Add(construct IConstruct)

Add a construct to the dependency roots.

constructRequired