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

CloudWatchLogsInitialPosition

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

Specifies where to start to read data (start_of_file or end_of_file). The default is start_of_file. It's only used if there is no state persisted for that log stream.

type CloudWatchLogsInitialPosition = "start_of_file" | "end_of_file" | cmnP.UnexpectedEnumValue;

§Type

§
"start_of_file" | "end_of_file" | cmnP.UnexpectedEnumValue
[src]