UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 619 B
"use strict"; // CloudFormation Resource AWS::WAFRegional::RegexPatternSet Object.defineProperty(exports, "__esModule", { value: true }); exports.RegexPatternSet_Type = void 0; const base_1 = require("../../base"); exports.RegexPatternSet_Type = 'AWS::WAFRegional::RegexPatternSet'; /** * Resource Type definition for AWS::WAFRegional::RegexPatternSet {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-wafregional-regexpatternset.html} */ function RegexPatternSet(props) { return new base_1.CfnResource(exports.RegexPatternSet_Type, props); } exports.default = RegexPatternSet;