UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 548 B
"use strict"; // CloudFormation Resource AWS::AutoScaling::WarmPool Object.defineProperty(exports, "__esModule", { value: true }); exports.WarmPool_Type = void 0; const base_1 = require("../../base"); exports.WarmPool_Type = 'AWS::AutoScaling::WarmPool'; /** * Resource schema for AWS::AutoScaling::WarmPool. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-autoscaling-warmpool.html} */ function WarmPool(props) { return new base_1.CfnResource(exports.WarmPool_Type, props); } exports.default = WarmPool;