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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kafka/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.



3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3016

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:



3016
3017
3018
3019
3020
3021
# File 'gems/aws-sdk-kafka/lib/aws-sdk-kafka/types.rb', line 3016

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