UNPKG

@aws-cdk/core

Version:

AWS Cloud Development Kit Core Library

10 lines (9 loc) 157 B
/** * Supported resource type. */ export declare const enum CfnUtilsResourceType { /** * CfnJson */ CFN_JSON = "Custom::AWSCDKCfnJson" }