aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 836 B
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.NoneLogDriver=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var log_driver_1=()=>{var tmp=require("./log-driver");return log_driver_1=()=>tmp,tmp};class NoneLogDriver extends log_driver_1().LogDriver{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_ecs.NoneLogDriver",version:"2.247.0"};constructor(){super()}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:"none"}}}exports.NoneLogDriver=NoneLogDriver;