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

UpdateRealtimeLogConfigRequest

import type { UpdateRealtimeLogConfigRequest } from "https://aws-api.deno.dev/v0.4/services/cloudfront.ts?docs=full";
interface UpdateRealtimeLogConfigRequest {
ARN?: string | null;
EndPoints?: EndPoint[] | null;
Fields?: string[] | null;
Name?: string | null;
SamplingRate?: number | null;
}

§Properties

§
ARN?: string | null
[src]

The Amazon Resource Name (ARN) for this real-time log configuration.

§
EndPoints?: EndPoint[] | null
[src]

Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

§
Fields?: string[] | null
[src]

A list of fields to include in each real-time log record.

For more information about fields, see Real-time log configuration fields in the Amazon CloudFront Developer Guide.

§
Name?: string | null
[src]

The name for this real-time log configuration.

§
SamplingRate?: number | null
[src]

The sampling rate for this real-time log configuration. The sampling rate determines the percentage of viewer requests that are represented in the real-time log data. You must provide an integer between 1 and 100, inclusive.