Class: Aws::CloudFront::Types::UpdateRealtimeLogConfigRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


12954
12955
12956
12957
12958
12959
12960
12961
12962
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12954

class UpdateRealtimeLogConfigRequest < Struct.new(
  :end_points,
  :fields,
  :name,
  :arn,
  :sampling_rate)
  SENSITIVE = []
  include Aws::Structure
end

#end_pointsArray<Types::EndPoint>

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

Returns:



12954
12955
12956
12957
12958
12959
12960
12961
12962
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12954

class UpdateRealtimeLogConfigRequest < Struct.new(
  :end_points,
  :fields,
  :name,
  :arn,
  :sampling_rate)
  SENSITIVE = []
  include Aws::Structure
end

#fieldsArray<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.

Returns:

  • (Array<String>)


12954
12955
12956
12957
12958
12959
12960
12961
12962
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12954

class UpdateRealtimeLogConfigRequest < Struct.new(
  :end_points,
  :fields,
  :name,
  :arn,
  :sampling_rate)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for this real-time log configuration.

Returns:

  • (String)


12954
12955
12956
12957
12958
12959
12960
12961
12962
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12954

class UpdateRealtimeLogConfigRequest < Struct.new(
  :end_points,
  :fields,
  :name,
  :arn,
  :sampling_rate)
  SENSITIVE = []
  include Aws::Structure
end

#sampling_rateInteger

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.

Returns:

  • (Integer)


12954
12955
12956
12957
12958
12959
12960
12961
12962
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12954

class UpdateRealtimeLogConfigRequest < Struct.new(
  :end_points,
  :fields,
  :name,
  :arn,
  :sampling_rate)
  SENSITIVE = []
  include Aws::Structure
end