Struct aws_sdk_cloudfront::model::realtime_log_config::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for RealtimeLogConfig
Implementations
The Amazon Resource Name (ARN) of this real-time log configuration.
The Amazon Resource Name (ARN) of this real-time log configuration.
The unique name of this real-time log configuration.
The unique name of this real-time log configuration.
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.
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.
Appends an item to end_points.
To override the contents of this collection use set_end_points.
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.
Appends an item to fields.
To override the contents of this collection use set_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.
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.
Consumes the builder and constructs a RealtimeLogConfig
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more