UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 621 B
"use strict"; // CloudFormation Resource AWS::Glue::SchemaVersion Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaVersion_Type = void 0; const base_1 = require("../../base"); exports.SchemaVersion_Type = 'AWS::Glue::SchemaVersion'; /** * This resource represents an individual schema version of a schema * defined in Glue Schema Registry. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversion.html} */ function SchemaVersion(props) { return new base_1.CfnResource(exports.SchemaVersion_Type, props); } exports.default = SchemaVersion;