UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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