UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

17 lines (16 loc) 738 B
"use strict"; // CloudFormation Resource AWS::Config::ConformancePack Object.defineProperty(exports, "__esModule", { value: true }); exports.ConformancePack_Type = void 0; const base_1 = require("../../base"); exports.ConformancePack_Type = 'AWS::Config::ConformancePack'; /** * A conformance pack is a collection of AWS Config rules and remediation * actions that can be easily deployed as a single entity in an account * and a region or across an entire AWS Organization. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-conformancepack.html} */ function ConformancePack(props) { return new base_1.CfnResource(exports.ConformancePack_Type, props); } exports.default = ConformancePack;