Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Kafka::Types::CreateClusterRequest

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

Overview

Creates a cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#broker_node_group_infoTypes::BrokerNodeGroupInfo

Information about the brokers.


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#client_authenticationTypes::ClientAuthentication

Includes all client authentication related information.


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#cluster_nameString

The name of the cluster.

Returns:

  • (String)

1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#configuration_infoTypes::ConfigurationInfo

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


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#encryption_infoTypes::EncryptionInfo

Includes all encryption-related information.


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

class CreateClusterRequest < Struct.new(
  :broker_node_group_info,
  :client_authentication,
  :cluster_name,
  :configuration_info,
  :encryption_info,
  :enhanced_monitoring,
  :kafka_version,
  :logging_info,
  :number_of_broker_nodes,
  :open_monitoring,
  :tags,
  :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)

1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#kafka_versionString

The version of Apache Kafka.

Returns:

  • (String)

1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#logging_infoTypes::LoggingInfo

LoggingInfo details.

Returns:


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#number_of_broker_nodesInteger

The number of Apache Kafka broker nodes in the Amazon MSK cluster.

Returns:

  • (Integer)

1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#open_monitoringTypes::OpenMonitoringInfo

The settings for open monitoring.


1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#storage_modeString

This controls storage mode for supported storage tiers.

Returns:

  • (String)

1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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

#tagsHash<String,String>

Create tags when creating the cluster.

Returns:

  • (Hash<String,String>)

1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 1031

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