UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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