UNPKG

@aws-cdk/core

Version:

AWS Cloud Development Kit Core Library

8 lines (7 loc) 234 B
import { Construct } from '../construct-compat'; /** * A custom resource provider for CFN utilities such as `CfnJson`. */ export declare class CfnUtilsProvider extends Construct { static getOrCreate(scope: Construct): string; }