Class: Aws::Types::CreateClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#broker_node_group_infoTypes::BrokerNodeGroupInfo

Returns the value of attribute broker_node_group_info.



325
326
327
# File 'sig/types.rbs', line 325

def broker_node_group_info
  @broker_node_group_info
end

#client_authenticationTypes::ClientAuthentication

Returns the value of attribute client_authentication.



326
327
328
# File 'sig/types.rbs', line 326

def client_authentication
  @client_authentication
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def cluster_name
  @cluster_name
end

#configuration_infoTypes::ConfigurationInfo

Returns the value of attribute configuration_info.



328
329
330
# File 'sig/types.rbs', line 328

def configuration_info
  @configuration_info
end

#encryption_infoTypes::EncryptionInfo

Returns the value of attribute encryption_info.



329
330
331
# File 'sig/types.rbs', line 329

def encryption_info
  @encryption_info
end

#enhanced_monitoring"DEFAULT", ...

Returns the value of attribute enhanced_monitoring.

Returns:

  • ("DEFAULT", "PER_BROKER", "PER_TOPIC_PER_BROKER", "PER_TOPIC_PER_PARTITION")


330
331
332
# File 'sig/types.rbs', line 330

def enhanced_monitoring
  @enhanced_monitoring
end

#kafka_version::String

Returns the value of attribute kafka_version.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def kafka_version
  @kafka_version
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



332
333
334
# File 'sig/types.rbs', line 332

def logging_info
  @logging_info
end

#number_of_broker_nodes::Integer

Returns the value of attribute number_of_broker_nodes.

Returns:

  • (::Integer)


333
334
335
# File 'sig/types.rbs', line 333

def number_of_broker_nodes
  @number_of_broker_nodes
end

#open_monitoringTypes::OpenMonitoringInfo

Returns the value of attribute open_monitoring.



334
335
336
# File 'sig/types.rbs', line 334

def open_monitoring
  @open_monitoring
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



336
337
338
# File 'sig/types.rbs', line 336

def rebalancing
  @rebalancing
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


337
338
339
# File 'sig/types.rbs', line 337

def storage_mode
  @storage_mode
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


335
336
337
# File 'sig/types.rbs', line 335

def tags
  @tags
end