Class: Aws::CloudFront::Types::CreateRealtimeLogConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::CreateRealtimeLogConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_points ⇒ Array<Types::EndPoint>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
-
#fields ⇒ Array<String>
A list of fields to include in each real-time log record.
-
#name ⇒ String
A unique name to identify this real-time log configuration.
-
#sampling_rate ⇒ Integer
The sampling rate for this real-time log configuration.
Instance Attribute Details
#end_points ⇒ Array<Types::EndPoint>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
2324 2325 2326 2327 2328 2329 2330 2331 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2324 class CreateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :sampling_rate) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Array<String>
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*.
2324 2325 2326 2327 2328 2329 2330 2331 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2324 class CreateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :sampling_rate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A unique name to identify this real-time log configuration.
2324 2325 2326 2327 2328 2329 2330 2331 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2324 class CreateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :sampling_rate) SENSITIVE = [] include Aws::Structure end |
#sampling_rate ⇒ Integer
The sampling rate for this real-time log configuration. You can specify a whole number between 1 and 100 (inclusive) to determine the percentage of viewer requests that are represented in the real-time log data.
2324 2325 2326 2327 2328 2329 2330 2331 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 2324 class CreateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :sampling_rate) SENSITIVE = [] include Aws::Structure end |