cdk fluentd log driver:实验性的 源码
cdk流利的日志驱动程序 cdk-fluentd-log-driver提供帮助功能,该功能将fluentd日志驱动程序用于您的ECS任务定义。 概要 import { ContainerImage , Ec2TaskDefinition } from "@aws-cdk/aws-ecs" import { Stack } from "@aws-cdk/core" ; import { FluentdLogDriver } from "@cohalz/cdk-fluentd-log-driver" ; const stack = new Stack ( ) const taskDefinition = new Ec2TaskDefinition ( stack , "TaskDefinition" ) const logDriver = new FluentdLogDriver ( {
文件列表
cdk-fluentd-log-driver-master.zip
(预估有个16文件)
cdk-fluentd-log-driver-master
.gitignore
53B
tsconfig.json
270B
README.md
984B
.github
workflows
nodejs.yml
478B
LICENSE
10KB
package.json
1KB
tslint.json
470B
暂无评论