Class: Aws::Pipes::Types::PipeSourceManagedStreamingKafkaParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::PipeSourceManagedStreamingKafkaParameters
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
The parameters for using an MSK stream as a source.
Constant Summary collapse
- SENSITIVE =
[:topic_name, :consumer_group_id]
Instance Attribute Summary collapse
-
#batch_size ⇒ Integer
The maximum number of records to include in each batch.
-
#consumer_group_id ⇒ String
The name of the destination queue to consume.
-
#credentials ⇒ Types::MSKAccessCredentials
The credentials needed to access the resource.
-
#maximum_batching_window_in_seconds ⇒ Integer
The maximum length of a time to wait for events.
-
#starting_position ⇒ String
The position in a stream from which to start reading.
-
#topic_name ⇒ String
The name of the topic that the pipe will read from.
Instance Attribute Details
#batch_size ⇒ Integer
The maximum number of records to include in each batch.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1878 class PipeSourceManagedStreamingKafkaParameters < Struct.new( :topic_name, :starting_position, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials) SENSITIVE = [:topic_name, :consumer_group_id] include Aws::Structure end |
#consumer_group_id ⇒ String
The name of the destination queue to consume.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1878 class PipeSourceManagedStreamingKafkaParameters < Struct.new( :topic_name, :starting_position, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials) SENSITIVE = [:topic_name, :consumer_group_id] include Aws::Structure end |
#credentials ⇒ Types::MSKAccessCredentials
The credentials needed to access the resource.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1878 class PipeSourceManagedStreamingKafkaParameters < Struct.new( :topic_name, :starting_position, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials) SENSITIVE = [:topic_name, :consumer_group_id] include Aws::Structure end |
#maximum_batching_window_in_seconds ⇒ Integer
The maximum length of a time to wait for events.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1878 class PipeSourceManagedStreamingKafkaParameters < Struct.new( :topic_name, :starting_position, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials) SENSITIVE = [:topic_name, :consumer_group_id] include Aws::Structure end |
#starting_position ⇒ String
The position in a stream from which to start reading.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1878 class PipeSourceManagedStreamingKafkaParameters < Struct.new( :topic_name, :starting_position, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials) SENSITIVE = [:topic_name, :consumer_group_id] include Aws::Structure end |
#topic_name ⇒ String
The name of the topic that the pipe will read from.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1878 class PipeSourceManagedStreamingKafkaParameters < Struct.new( :topic_name, :starting_position, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials) SENSITIVE = [:topic_name, :consumer_group_id] include Aws::Structure end |