Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails

import type { AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

The FireLens configuration for the container. The configuration specifies and configures a log router for container logs.

interface AwsEcsTaskDefinitionContainerDefinitionsFirelensConfigurationDetails {
Options?: {
[key: string]: string | null | undefined;
}
| null;
Type?: string | null;
}

§Properties

§
Options?: {
[key: string]: string | null | undefined;
}
| null
[src]

The options to use to configure the log router.

The valid option keys are as follows:

  • enable-ecs-log-metadata. The value can be true or false.
  • config-file-type. The value can be s3 or file.
  • config-file-value. The value is either an S3 ARN or a file path.
§
Type?: string | null
[src]

The log router to use. Valid values are fluentbit or fluentd.