UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 690 B
"use strict"; // CloudFormation Resource AWS::Greengrass::DeviceDefinitionVersion Object.defineProperty(exports, "__esModule", { value: true }); exports.DeviceDefinitionVersion_Type = void 0; const base_1 = require("../../base"); exports.DeviceDefinitionVersion_Type = 'AWS::Greengrass::DeviceDefinitionVersion'; /** * Resource Type definition for AWS::Greengrass::DeviceDefinitionVersion * {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-greengrass-devicedefinitionversion.html} */ function DeviceDefinitionVersion(props) { return new base_1.CfnResource(exports.DeviceDefinitionVersion_Type, props); } exports.default = DeviceDefinitionVersion;