Files
agent-claw/cdk/node_modules/aws-cdk-lib/aws-globalaccelerator/lib/endpoint.js
2026-05-06 18:55:16 -05:00

2 lines
860 B
JavaScript

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.RawEndpoint=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");class RawEndpoint{props;static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_globalaccelerator.RawEndpoint",version:"2.252.0"};region;constructor(props){this.props=props;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_globalaccelerator_RawEndpointProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,RawEndpoint),error}this.region=props.region}renderEndpointConfiguration(){return{endpointId:this.props.endpointId,weight:this.props.weight,clientIpPreservationEnabled:this.props.preserveClientIp}}}exports.RawEndpoint=RawEndpoint;