Class: Aws::Kafka::Types::ServerlessRequest

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

Overview

Creates serverless cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_authenticationTypes::ServerlessClientAuthentication

Information about the serverless cluster client authentication.



3059
3060
3061
3062
3063
3064
# File 'lib/aws-sdk-kafka/types.rb', line 3059

class ServerlessRequest < Struct.new(
  :vpc_configs,
  :client_authentication)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_configsArray<Types::VpcConfig>

Information on vpc config for the serverless cluster.

Returns:



3059
3060
3061
3062
3063
3064
# File 'lib/aws-sdk-kafka/types.rb', line 3059

class ServerlessRequest < Struct.new(
  :vpc_configs,
  :client_authentication)
  SENSITIVE = []
  include Aws::Structure
end