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

LogDeliveryConfiguration

import type { LogDeliveryConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface LogDeliveryConfiguration {
DestinationDetails?: DestinationDetails | null;
DestinationType?: DestinationType | null;
LogFormat?: LogFormat | null;
LogType?: LogType | null;
Message?: string | null;
}

§Properties

§
DestinationDetails?: DestinationDetails | null
[src]
§
DestinationType?: DestinationType | null
[src]
§
LogFormat?: LogFormat | null
[src]
§
LogType?: LogType | null
[src]
§
Message?: string | null
[src]