Class: Aws::Types::PipeSourceSelfManagedKafkaParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:topic_name, :consumer_group_id])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_bootstrap_servers::Array[::String]

Returns the value of attribute additional_bootstrap_servers.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


427
428
429
# File 'sig/types.rbs', line 427

def consumer_group_id
  @consumer_group_id
end

#credentialsTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("TRIM_HORIZON", "LATEST")


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.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def topic_name
  @topic_name
end

#vpcTypes::SelfManagedKafkaAccessConfigurationVpc

Returns the value of attribute vpc.



430
431
432
# File 'sig/types.rbs', line 430

def vpc
  @vpc
end