Skip to content

Dependency

A single dependency.

Initializer

import { Dependency } from '@alicloud/ros-cdk-core'
const dependency: Dependency = { ... }

Properties

Name Type Description
source IConstruct Source the dependency.
target IConstruct Target of the dependency.

sourceRequired

public readonly source: IConstruct;

Source the dependency.


targetRequired

public readonly target: IConstruct;

Target of the dependency.