aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
11 lines (10 loc) • 352 B
TypeScript
/**
* Returns the fully-qualified name
* (that is, including the NPM package name)
* of a class that corresponds to this CloudFormation type,
* or undefined if the given type was not found.
*
* For example, lookup("AWS::S3::Bucket")
* returns "@aws-cdk/aws-s3.CfnBucket".
*/
export declare function lookup(cfnType: string): string | undefined;