aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 545 B
JavaScript
var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.Endpoint=void 0;const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var core_1=()=>{var tmp=require("../../core");return core_1=()=>tmp,tmp};class Endpoint{constructor(address,port){this.hostname=address,this.port=port;const portDesc=core_1().Token.isUnresolved(port)?core_1().Token.asString(port):port;this.socketAddress=`${address}:${portDesc}`}}exports.Endpoint=Endpoint,_a=JSII_RTTI_SYMBOL_1,Endpoint[_a]={fqn:"aws-cdk-lib.aws_rds.Endpoint",version:"2.202.0"};
;