UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

7 lines (6 loc) 238 B
import { AwsAsset } from "../../generated/assets"; /** * Resolve resource name value to asset based service key. * @internal */ export declare function resolveResourceName(value: string, service?: AwsAsset.Service): AwsAsset.Resource;