UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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