Struct aws_sdk_glue::model::DirectKinesisSource
source · #[non_exhaustive]pub struct DirectKinesisSource { /* private fields */ }Expand description
Specifies a direct Amazon Kinesis data source.
Implementations§
source§impl DirectKinesisSource
impl DirectKinesisSource
sourcepub fn window_size(&self) -> Option<i32>
pub fn window_size(&self) -> Option<i32>
The amount of time to spend processing each micro batch.
sourcepub fn detect_schema(&self) -> Option<bool>
pub fn detect_schema(&self) -> Option<bool>
Whether to automatically determine the schema from the incoming data.
sourcepub fn streaming_options(&self) -> Option<&KinesisStreamingSourceOptions>
pub fn streaming_options(&self) -> Option<&KinesisStreamingSourceOptions>
Additional options for the Kinesis streaming data source.
sourcepub fn data_preview_options(&self) -> Option<&StreamingDataPreviewOptions>
pub fn data_preview_options(&self) -> Option<&StreamingDataPreviewOptions>
Additional options for data preview.
source§impl DirectKinesisSource
impl DirectKinesisSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DirectKinesisSource.
Trait Implementations§
source§impl Clone for DirectKinesisSource
impl Clone for DirectKinesisSource
source§fn clone(&self) -> DirectKinesisSource
fn clone(&self) -> DirectKinesisSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DirectKinesisSource
impl Debug for DirectKinesisSource
source§impl PartialEq<DirectKinesisSource> for DirectKinesisSource
impl PartialEq<DirectKinesisSource> for DirectKinesisSource
source§fn eq(&self, other: &DirectKinesisSource) -> bool
fn eq(&self, other: &DirectKinesisSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.