Interface FirelensConfiguration

interface FirelensConfiguration {
    options?: {
        [key: string]: string;
    };
    type: Input<"fluentd" | "fluentbit">;
}

Properties

Properties

options?: {
    [key: string]: string;
}

The options to use when configuring the log router. This field is optional and can be used to specify a custom configuration file or to add additional metadata, such as the task, task definition, cluster, and container instance details to the log event.

Type declaration

  • [key: string]: string
type: Input<"fluentd" | "fluentbit">

The log router to use.

Generated using TypeDoc