AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

A real-time log configuration.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.RealtimeLogConfig

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public class RealtimeLogConfig

The RealtimeLogConfig type exposes the following members

Constructors

NameDescription
Public Method RealtimeLogConfig()

Properties

NameTypeDescription
Public Property ARN System.String

Gets and sets the property ARN.

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

Public Property EndPoints System.Collections.Generic.List<Amazon.CloudFront.Model.EndPoint>

Gets and sets the property EndPoints.

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

Public Property Fields System.Collections.Generic.List<System.String>

Gets and sets the property Fields.

A list of fields that are included in each real-time log record. In an API response, the fields are provided in the same order in which they are sent to the Amazon Kinesis data stream.

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

Public Property Name System.String

Gets and sets the property Name.

The unique name of this real-time log configuration.

Public Property SamplingRate System.Int64

Gets and sets the property SamplingRate.

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. The sampling rate is an integer between 1 and 100, inclusive.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5