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

Distribution

import type { Distribution } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";

The method used to distribute log data to the destination, which can be either random or grouped by log stream.

type Distribution = "Random" | "ByLogStream" | cmnP.UnexpectedEnumValue;

§Type

§
"Random" | "ByLogStream" | cmnP.UnexpectedEnumValue
[src]