UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

14 lines (13 loc) 250 B
/** * Supported resource type. */ export declare enum CfnUtilsResourceType { /** * CfnJson */ CFN_JSON = "Custom::AWSCDKCfnJson", /** * CfnJsonStringify */ CFN_JSON_STRINGIFY = "Custom::AWSCDKCfnJsonStringify" }