Class: Aws::Types::Provisioned

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.



989
990
991
# File 'sig/types.rbs', line 989

def broker_node_group_info
  @broker_node_group_info
end

#client_authenticationTypes::ClientAuthentication

Returns the value of attribute client_authentication.



991
992
993
# File 'sig/types.rbs', line 991

def client_authentication
  @client_authentication
end

#current_broker_software_infoTypes::BrokerSoftwareInfo

Returns the value of attribute current_broker_software_info.



990
991
992
# File 'sig/types.rbs', line 990

def current_broker_software_info
  @current_broker_software_info
end

#customer_action_status"CRITICAL_ACTION_REQUIRED", ...

Returns the value of attribute customer_action_status.

Returns:

  • ("CRITICAL_ACTION_REQUIRED", "ACTION_RECOMMENDED", "NONE")


1001
1002
1003
# File 'sig/types.rbs', line 1001

def customer_action_status
  @customer_action_status
end

#encryption_infoTypes::EncryptionInfo

Returns the value of attribute encryption_info.



992
993
994
# File 'sig/types.rbs', line 992

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


993
994
995
# File 'sig/types.rbs', line 993

def enhanced_monitoring
  @enhanced_monitoring
end

#logging_infoTypes::LoggingInfo

Returns the value of attribute logging_info.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def logging_info
  @logging_info
end

#number_of_broker_nodes::Integer

Returns the value of attribute number_of_broker_nodes.

Returns:

  • (::Integer)


996
997
998
# File 'sig/types.rbs', line 996

def number_of_broker_nodes
  @number_of_broker_nodes
end

#open_monitoringTypes::OpenMonitoringInfo

Returns the value of attribute open_monitoring.



994
995
996
# File 'sig/types.rbs', line 994

def open_monitoring
  @open_monitoring
end

#rebalancingTypes::Rebalancing

Returns the value of attribute rebalancing.

Returns:



1000
1001
1002
# File 'sig/types.rbs', line 1000

def rebalancing
  @rebalancing
end

#storage_mode"LOCAL", "TIERED"

Returns the value of attribute storage_mode.

Returns:

  • ("LOCAL", "TIERED")


999
1000
1001
# File 'sig/types.rbs', line 999

def storage_mode
  @storage_mode
end

#zookeeper_connect_string::String

Returns the value of attribute zookeeper_connect_string.

Returns:

  • (::String)


997
998
999
# File 'sig/types.rbs', line 997

def zookeeper_connect_string
  @zookeeper_connect_string
end

#zookeeper_connect_string_tls::String

Returns the value of attribute zookeeper_connect_string_tls.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def zookeeper_connect_string_tls
  @zookeeper_connect_string_tls
end