UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

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