Class: Aws::Pipes::Types::PipeSourceSelfManagedKafkaParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::PipeSourceSelfManagedKafkaParameters
- Defined in:
- gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb
Overview
The parameters for using a self-managed Apache Kafka stream as a source.
A self managed cluster refers to any Apache Kafka cluster not hosted by Amazon Web Services. This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as Confluent Cloud, CloudKarafka, or Redpanda. For more information, see Apache Kafka streams as a source in the Amazon EventBridge User Guide.
Constant Summary collapse
- SENSITIVE =
[:topic_name, :additional_bootstrap_servers, :consumer_group_id]
Instance Attribute Summary collapse
-
#additional_bootstrap_servers ⇒ Array<String>
An array of server URLs.
-
#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::SelfManagedKafkaAccessConfigurationCredentials
The credentials needed to access the resource.
-
#maximum_batching_window_in_seconds ⇒ Integer
The maximum length of a time to wait for events.
-
#server_root_ca_certificate ⇒ String
The ARN of the Secrets Manager secret used for certification.
-
#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.
-
#vpc ⇒ Types::SelfManagedKafkaAccessConfigurationVpc
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
Instance Attribute Details
#additional_bootstrap_servers ⇒ Array<String>
An array of server URLs.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#batch_size ⇒ Integer
The maximum number of records to include in each batch.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#consumer_group_id ⇒ String
The name of the destination queue to consume.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#credentials ⇒ Types::SelfManagedKafkaAccessConfigurationCredentials
The credentials needed to access the resource.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#maximum_batching_window_in_seconds ⇒ Integer
The maximum length of a time to wait for events.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#server_root_ca_certificate ⇒ String
The ARN of the Secrets Manager secret used for certification.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#starting_position ⇒ String
The position in a stream from which to start reading.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#topic_name ⇒ String
The name of the topic that the pipe will read from.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |
#vpc ⇒ Types::SelfManagedKafkaAccessConfigurationVpc
This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.
2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2053 class PipeSourceSelfManagedKafkaParameters < Struct.new( :topic_name, :starting_position, :additional_bootstrap_servers, :batch_size, :maximum_batching_window_in_seconds, :consumer_group_id, :credentials, :server_root_ca_certificate, :vpc) SENSITIVE = [:topic_name, :additional_bootstrap_servers, :consumer_group_id] include Aws::Structure end |