Dependency¶
-
class
aws_cdk.core.
Dependency
(*, source, target)¶ Bases:
object
A single dependency.
- Parameters
source (
IConstruct
) – Source the dependency.target (
IConstruct
) – Target of the dependency.
Attributes
-
source
¶ Source the dependency.
- Return type
-
target
¶ Target of the dependency.
- Return type