UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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