Struct aws_sdk_firehose::model::KinesisStreamSourceDescription [−][src]
#[non_exhaustive]pub struct KinesisStreamSourceDescription {
pub kinesis_stream_arn: Option<String>,
pub role_arn: Option<String>,
pub delivery_start_timestamp: Option<DateTime>,
}Expand description
Details about a Kinesis data stream used as the source for a Kinesis Data Firehose delivery stream.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.kinesis_stream_arn: Option<String>The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
role_arn: Option<String>The ARN of the role used by the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
delivery_start_timestamp: Option<DateTime>Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
Implementations
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
The ARN of the role used by the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
Creates a new builder-style object to manufacture KinesisStreamSourceDescription
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for KinesisStreamSourceDescription
impl Sync for KinesisStreamSourceDescription
impl Unpin for KinesisStreamSourceDescription
impl UnwindSafe for KinesisStreamSourceDescription
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