Class: Aws::CloudFront::Types::UpdateRealtimeLogConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::UpdateRealtimeLogConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for this real-time log configuration.
-
#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
The name for this real-time log configuration.
-
#sampling_rate ⇒ Integer
The sampling rate for this real-time log configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for this real-time log configuration.
12956 12957 12958 12959 12960 12961 12962 12963 12964 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12956 class UpdateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :arn, :sampling_rate) SENSITIVE = [] include Aws::Structure end |
#end_points ⇒ Array<Types::EndPoint>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
12956 12957 12958 12959 12960 12961 12962 12963 12964 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12956 class UpdateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :arn, :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*.
12956 12957 12958 12959 12960 12961 12962 12963 12964 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12956 class UpdateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :arn, :sampling_rate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for this real-time log configuration.
12956 12957 12958 12959 12960 12961 12962 12963 12964 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12956 class UpdateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :arn, :sampling_rate) SENSITIVE = [] include Aws::Structure end |
#sampling_rate ⇒ Integer
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.
12956 12957 12958 12959 12960 12961 12962 12963 12964 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 12956 class UpdateRealtimeLogConfigRequest < Struct.new( :end_points, :fields, :name, :arn, :sampling_rate) SENSITIVE = [] include Aws::Structure end |