UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 669 B
"use strict"; // CloudFormation Resource AWS::Glue::SchemaVersionMetadata Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaVersionMetadata_Type = void 0; const base_1 = require("../../base"); exports.SchemaVersionMetadata_Type = 'AWS::Glue::SchemaVersionMetadata'; /** * This resource adds Key-Value metadata to a Schema version of Glue * Schema Registry. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-schemaversionmetadata.html} */ function SchemaVersionMetadata(props) { return new base_1.CfnResource(exports.SchemaVersionMetadata_Type, props); } exports.default = SchemaVersionMetadata;