Struct aws_sdk_cloudfront::model::RealtimeLogConfig
source · [−]#[non_exhaustive]pub struct RealtimeLogConfig { /* private fields */ }
Expand description
A real-time log configuration.
Implementations
sourceimpl RealtimeLogConfig
impl RealtimeLogConfig
sourcepub fn arn(&self) -> Option<&str>
pub fn arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of this real-time log configuration.
sourcepub fn sampling_rate(&self) -> Option<i64>
pub fn sampling_rate(&self) -> Option<i64>
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.
sourcepub fn end_points(&self) -> Option<&[EndPoint]>
pub fn end_points(&self) -> Option<&[EndPoint]>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.
sourcepub fn fields(&self) -> Option<&[String]>
pub fn fields(&self) -> Option<&[String]>
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.
sourceimpl RealtimeLogConfig
impl RealtimeLogConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RealtimeLogConfig
.
Trait Implementations
sourceimpl Clone for RealtimeLogConfig
impl Clone for RealtimeLogConfig
sourcefn clone(&self) -> RealtimeLogConfig
fn clone(&self) -> RealtimeLogConfig
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more