UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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