I currently have a data pipeline set up manually, but now I want to transition to using CDK code for management. How can I achieve this using the AWS CDK TypeScript library to locate and manage this data pipeline?
For example, with AWS SNS, we can utilize fromTopicArn to import an existing topic.
However, after reviewing the CDK library for data pipelines, I did not come across a similar function or method.
Any guidance on how to proceed would be much appreciated. Thank you!