Class: Aws::Types::ProvisionedRequest

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.



1005
1006
1007
# File 'sig/types.rbs', line 1005

def broker_node_group_info
  @broker_node_group_info
end

#client_authenticationTypes::ClientAuthentication

Returns the value of attribute client_authentication.



1006
1007
1008
# File 'sig/types.rbs', line 1006

def client_authentication
  @client_authentication
end

#configuration_infoTypes::ConfigurationInfo

Returns the value of attribute configuration_info.



1007
1008
1009
# File 'sig/types.rbs', line 1007

def configuration_info
  @configuration_info
end

#encryption_infoTypes::EncryptionInfo

Returns the value of attribute encryption_info.



1008
1009
1010
# File 'sig/types.rbs', line 1008

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")


1009
1010
1011
# File 'sig/types.rbs', line 1009

def enhanced_monitoring
  @enhanced_monitoring
end

#kafka_version::String

Returns the value of attribute kafka_version.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def kafka_version
  @kafka_version
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



1012
1013
1014
# File 'sig/types.rbs', line 1012

def logging_info
  @logging_info
end

#number_of_broker_nodes::Integer

Returns the value of attribute number_of_broker_nodes.

Returns:

  • (::Integer)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def number_of_broker_nodes
  @number_of_broker_nodes
end

#open_monitoringTypes::OpenMonitoringInfo

Returns the value of attribute open_monitoring.



1010
1011
1012
# File 'sig/types.rbs', line 1010

def open_monitoring
  @open_monitoring
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



1015
1016
1017
# File 'sig/types.rbs', line 1015

def rebalancing
  @rebalancing
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


1014
1015
1016
# File 'sig/types.rbs', line 1014

def storage_mode
  @storage_mode
end