UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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