aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 1.43 kB
JavaScript
;var _a;Object.defineProperty(exports,"__esModule",{value:!0}),exports.FluentdLogDriver=void 0;const jsiiDeprecationWarnings=require("../../../.warnings.jsii.js"),JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti"),log_driver_1=require("./log-driver"),utils_1=require("./utils");class FluentdLogDriver extends log_driver_1.LogDriver{constructor(props={}){super(),this.props=props;try{jsiiDeprecationWarnings.aws_cdk_lib_aws_ecs_FluentdLogDriverProps(props)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,FluentdLogDriver),error}}bind(_scope,_containerDefinition){try{jsiiDeprecationWarnings.aws_cdk_lib_aws_ecs_ContainerDefinition(_containerDefinition)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.bind),error}return{logDriver:"fluentd",options:utils_1.stringifyOptions({"fluentd-address":this.props.address,"fluentd-async-connect":this.props.asyncConnect,"fluentd-buffer-limit":this.props.bufferLimit,"fluentd-retry-wait":this.props.retryWait&&this.props.retryWait.toSeconds(),"fluentd-max-retries":this.props.maxRetries,"fluentd-sub-second-precision":this.props.subSecondPrecision,...utils_1.renderCommonLogDriverOptions(this.props)})}}}exports.FluentdLogDriver=FluentdLogDriver,_a=JSII_RTTI_SYMBOL_1,FluentdLogDriver[_a]={fqn:"aws-cdk-lib.aws_ecs.FluentdLogDriver",version:"2.70.0"};