Class: Aws::Types::PipeSourceSelfManagedKafkaParameters
- Inherits:
-
Object
- Object
- Aws::Types::PipeSourceSelfManagedKafkaParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_bootstrap_servers ⇒ ::Array[::String]
Returns the value of attribute additional_bootstrap_servers.
-
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
-
#consumer_group_id ⇒ ::String
Returns the value of attribute consumer_group_id.
-
#credentials ⇒ Types::SelfManagedKafkaAccessConfigurationCredentials
Returns the value of attribute credentials.
-
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
-
#server_root_ca_certificate ⇒ ::String
Returns the value of attribute server_root_ca_certificate.
-
#starting_position ⇒ "TRIM_HORIZON", "LATEST"
Returns the value of attribute starting_position.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
-
#vpc ⇒ Types::SelfManagedKafkaAccessConfigurationVpc
Returns the value of attribute vpc.
Instance Attribute Details
#additional_bootstrap_servers ⇒ ::Array[::String]
Returns the value of attribute additional_bootstrap_servers.
424 425 426 |
# File 'sig/types.rbs', line 424 def additional_bootstrap_servers @additional_bootstrap_servers end |
#batch_size ⇒ ::Integer
Returns the value of attribute batch_size.
425 426 427 |
# File 'sig/types.rbs', line 425 def batch_size @batch_size end |
#consumer_group_id ⇒ ::String
Returns the value of attribute consumer_group_id.
427 428 429 |
# File 'sig/types.rbs', line 427 def consumer_group_id @consumer_group_id end |
#credentials ⇒ Types::SelfManagedKafkaAccessConfigurationCredentials
Returns the value of attribute credentials.
428 429 430 |
# File 'sig/types.rbs', line 428 def credentials @credentials end |
#maximum_batching_window_in_seconds ⇒ ::Integer
Returns the value of attribute maximum_batching_window_in_seconds.
426 427 428 |
# File 'sig/types.rbs', line 426 def maximum_batching_window_in_seconds @maximum_batching_window_in_seconds end |
#server_root_ca_certificate ⇒ ::String
Returns the value of attribute server_root_ca_certificate.
429 430 431 |
# File 'sig/types.rbs', line 429 def server_root_ca_certificate @server_root_ca_certificate end |
#starting_position ⇒ "TRIM_HORIZON", "LATEST"
Returns the value of attribute starting_position.
423 424 425 |
# File 'sig/types.rbs', line 423 def starting_position @starting_position end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
422 423 424 |
# File 'sig/types.rbs', line 422 def topic_name @topic_name end |
#vpc ⇒ Types::SelfManagedKafkaAccessConfigurationVpc
Returns the value of attribute vpc.
430 431 432 |
# File 'sig/types.rbs', line 430 def vpc @vpc end |