Class: Aws::Kafka::Types::Provisioned

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb

Overview

Describes the provisioned cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_node_group_infoTypes::BrokerNodeGroupInfo

Information about the brokers.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#client_authenticationTypes::ClientAuthentication

Includes all client authentication information.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#current_broker_software_infoTypes::BrokerSoftwareInfo

Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#customer_action_statusString

Determines if there is an action required from the customer.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_infoTypes::EncryptionInfo

Includes all encryption-related information.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#enhanced_monitoringString

Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#logging_infoTypes::LoggingInfo

You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.

Returns:



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_broker_nodesInteger

The number of brokers in the cluster.

Returns:

  • (Integer)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#open_monitoringTypes::OpenMonitoringInfo

Settings for open monitoring using Prometheus.



2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#storage_modeString

This controls storage mode for supported storage tiers.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#zookeeper_connect_stringString

The connection string to use to connect to the Apache ZooKeeper cluster.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end

#zookeeper_connect_string_tlsString

The connection string to use to connect to the Apache ZooKeeper cluster on a TLS port.

Returns:

  • (String)


2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2697

class Provisioned < Struct.new(
  :broker_node_group_info,
  :current_broker_software_info,
  :client_authentication,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :logging_info,
  :number_of_broker_nodes,
  :zookeeper_connect_string,
  :zookeeper_connect_string_tls,
  :storage_mode,
  :customer_action_status)
  SENSITIVE = []
  include Aws::Structure
end