UNPKG

typed-aws

Version:

Helps you write AWS CloudFormation in TypeScript

15 lines (14 loc) 579 B
"use strict"; // CloudFormation Resource AWS::RDS::DBProxyEndpoint Object.defineProperty(exports, "__esModule", { value: true }); exports.DBProxyEndpoint_Type = void 0; const base_1 = require("../../base"); exports.DBProxyEndpoint_Type = 'AWS::RDS::DBProxyEndpoint'; /** * Resource schema for AWS::RDS::DBProxyEndpoint. {@link * http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxyendpoint.html} */ function DBProxyEndpoint(props) { return new base_1.CfnResource(exports.DBProxyEndpoint_Type, props); } exports.default = DBProxyEndpoint;