UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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