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.



2764
2765
2766
2767
2768
2769
# File 'lib/aws-sdk-kafka/types.rb', line 2764

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:



2764
2765
2766
2767
2768
2769
# File 'lib/aws-sdk-kafka/types.rb', line 2764

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