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