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.



2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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.



2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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.



2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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.



2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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)


2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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)


2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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:



2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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)


2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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.



2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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)


2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 2617

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