import * as $dara from '@darabonba/typescript'; import { SLSLogDestination } from "./SlslogDestination"; export declare class LogDestination extends $dara.Model { /** * @remarks * 阿里云日志服务(SLS)的日志目标配置 */ slsLogDestination?: SLSLogDestination; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }