UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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