Struct aws_sdk_glue::model::CatalogKinesisSource
source · #[non_exhaustive]pub struct CatalogKinesisSource { /* private fields */ }Expand description
Specifies a Kinesis data source in the Glue Data Catalog.
Implementations§
source§impl CatalogKinesisSource
impl CatalogKinesisSource
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 CatalogKinesisSource
impl CatalogKinesisSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CatalogKinesisSource.
Trait Implementations§
source§impl Clone for CatalogKinesisSource
impl Clone for CatalogKinesisSource
source§fn clone(&self) -> CatalogKinesisSource
fn clone(&self) -> CatalogKinesisSource
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 CatalogKinesisSource
impl Debug for CatalogKinesisSource
source§impl PartialEq<CatalogKinesisSource> for CatalogKinesisSource
impl PartialEq<CatalogKinesisSource> for CatalogKinesisSource
source§fn eq(&self, other: &CatalogKinesisSource) -> bool
fn eq(&self, other: &CatalogKinesisSource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.