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

CloudWatchLogsTimeZone

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

The preferred time zone for logs streamed to CloudWatch Logs. Valid values are LOCAL and UTC, for Coordinated Universal Time.

type CloudWatchLogsTimeZone = "LOCAL" | "UTC" | cmnP.UnexpectedEnumValue;

§Type