Struct aws_sdk_cloudfront::model::EndPoint
source · #[non_exhaustive]pub struct EndPoint { /* private fields */ }
Expand description
Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.
Implementations§
source§impl EndPoint
impl EndPoint
sourcepub fn stream_type(&self) -> Option<&str>
pub fn stream_type(&self) -> Option<&str>
The type of data stream where you are sending real-time log data. The only valid value is Kinesis
.
sourcepub fn kinesis_stream_config(&self) -> Option<&KinesisStreamConfig>
pub fn kinesis_stream_config(&self) -> Option<&KinesisStreamConfig>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.