UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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