UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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