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.

Container for the parameters to the CreateRealtimeLogConfig operation. Creates a real-time log configuration.

After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream.

For more information about real-time log configurations, see Real-time logs in the Amazon CloudFront Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudFront.AmazonCloudFrontRequest
      Amazon.CloudFront.Model.CreateRealtimeLogConfigRequest

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

Syntax

C#
public class CreateRealtimeLogConfigRequest : AmazonCloudFrontRequest
         IAmazonWebServiceRequest

The CreateRealtimeLogConfigRequest type exposes the following members

Constructors

Properties

NameTypeDescription
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.

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

Gets and sets the property Fields.

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.

Public Property Name System.String

Gets and sets the property Name.

A unique name to identify 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. You must provide 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