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.



2928
2929
2930
2931
2932
2933
# File 'lib/aws-sdk-kafka/types.rb', line 2928

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.



2928
2929
2930
2931
2932
2933
# File 'lib/aws-sdk-kafka/types.rb', line 2928

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