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