Class: Aws::Kafka::Types::ProvisionedRequest

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

Overview

Creates a provisioned cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_node_group_infoTypes::BrokerNodeGroupInfo

Information about the brokers.



2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#client_authenticationTypes::ClientAuthentication

Includes all client authentication related information.



2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#configuration_infoTypes::ConfigurationInfo

Represents the configuration that you want MSK to use for the cluster.



2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_infoTypes::EncryptionInfo

Includes all encryption-related information.



2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#enhanced_monitoringString

Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

Returns:

  • (String)


2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#kafka_versionString

The Apache Kafka version that you want for the cluster.

Returns:

  • (String)


2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#logging_infoTypes::LoggingInfo

LoggingInfo details.

Returns:



2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_broker_nodesInteger

The number of brokers in the cluster.

Returns:

  • (Integer)


2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#open_monitoringTypes::OpenMonitoringInfo

The settings for open monitoring.



2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end

#storage_modeString

This controls storage mode for supported storage tiers.

Returns:

  • (String)


2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2636

class ProvisionedRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :open_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :storage_mode)
  SENSITIVE = []
  include Aws::Structure
end