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

RealtimeLogConfigs

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

A list of real-time log configurations.

interface RealtimeLogConfigs {
IsTruncated: boolean;
Marker: string;
MaxItems: number;
NextMarker?: string | null;
}

§Properties

§
IsTruncated: boolean
[src]

A flag that indicates whether there are more real-time log configurations than are contained in this list.

§

Contains the list of real-time log configurations.

§
Marker: string
[src]

This parameter indicates where this list of real-time log configurations begins. This list includes real-time log configurations that occur after the marker.

§
MaxItems: number
[src]

The maximum number of real-time log configurations requested.

§
NextMarker?: string | null
[src]

If there are more items in the list than are in this response, this element is present. It contains the value that you should use in the Marker field of a subsequent request to continue listing real-time log configurations where you left off.