typed-aws
Version:
Helps you write AWS CloudFormation in TypeScript
16 lines (15 loc) • 674 B
JavaScript
;
// CloudFormation Resource AWS::Config::ConfigurationAggregator
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfigurationAggregator_Type = void 0;
const base_1 = require("../../base");
exports.ConfigurationAggregator_Type = 'AWS::Config::ConfigurationAggregator';
/**
* Resource Type definition for AWS::Config::ConfigurationAggregator
* {@link
* http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-config-configurationaggregator.html}
*/
function ConfigurationAggregator(props) {
return new base_1.CfnResource(exports.ConfigurationAggregator_Type, props);
}
exports.default = ConfigurationAggregator;