UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 2.1 kB
"use strict";var _a,_b;Object.defineProperty(exports,"__esModule",{value:!0}),exports.GlobalAcceleratorTarget=exports.GlobalAcceleratorDomainTarget=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");class GlobalAcceleratorDomainTarget{constructor(acceleratorDomainName,props){this.acceleratorDomainName=acceleratorDomainName,this.props=props;try{jsiiDeprecationWarnings().aws_cdk_lib_aws_route53_targets_IAliasRecordTargetProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,GlobalAcceleratorDomainTarget),error}}bind(_record,_zone){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_route53_IRecordSet(_record),jsiiDeprecationWarnings().aws_cdk_lib_aws_route53_IHostedZone(_zone)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.bind),error}return{hostedZoneId:GlobalAcceleratorTarget.GLOBAL_ACCELERATOR_ZONE_ID,dnsName:this.acceleratorDomainName,evaluateTargetHealth:this.props?.evaluateTargetHealth}}}exports.GlobalAcceleratorDomainTarget=GlobalAcceleratorDomainTarget,_a=JSII_RTTI_SYMBOL_1,GlobalAcceleratorDomainTarget[_a]={fqn:"aws-cdk-lib.aws_route53_targets.GlobalAcceleratorDomainTarget",version:"2.185.0"},GlobalAcceleratorDomainTarget.GLOBAL_ACCELERATOR_ZONE_ID="Z2BJ6XQ5FK7U4H";class GlobalAcceleratorTarget extends GlobalAcceleratorDomainTarget{constructor(accelerator,props){super(accelerator.dnsName,props);try{jsiiDeprecationWarnings().aws_cdk_lib_aws_globalaccelerator_IAccelerator(accelerator),jsiiDeprecationWarnings().aws_cdk_lib_aws_route53_targets_IAliasRecordTargetProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,GlobalAcceleratorTarget),error}}}exports.GlobalAcceleratorTarget=GlobalAcceleratorTarget,_b=JSII_RTTI_SYMBOL_1,GlobalAcceleratorTarget[_b]={fqn:"aws-cdk-lib.aws_route53_targets.GlobalAcceleratorTarget",version:"2.185.0"};