UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

16 lines (15 loc) 645 B
"use strict"; // CloudFormation Resource AWS::Signer::ProfilePermission Object.defineProperty(exports, "__esModule", { value: true }); exports.ProfilePermission_Type = void 0; const base_1 = require("../../base"); exports.ProfilePermission_Type = 'AWS::Signer::ProfilePermission'; /** * An example resource schema demonstrating some basic constructs and * validation rules. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-signer-profilepermission.html} */ function ProfilePermission(props) { return new base_1.CfnResource(exports.ProfilePermission_Type, props); } exports.default = ProfilePermission;