Amplify Toolbox
    Preparing search index...
    • Declares that source depends on target, emitting a CloudFormation DependsOn entry.

      aws-cdk-lib deprecated CfnResource#addDependency in favor of addResourceDependency and will remove the old name in CDK v3. Older supported versions of aws-cdk-lib do not expose addResourceDependency at all, so the capability is feature-detected at runtime.

      Parameters

      • source: CfnResource

        the resource that depends on target

      • target: CfnResource

        the resource that must be created first

      Returns void