AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lambda
/
aws.sdk.kotlin.services.lambda.model
/
KafkaSchemaRegistryAuthType
Kafka
Schema
Registry
Auth
Type
sealed
class
KafkaSchemaRegistryAuthType
Inheritors
BasicAuth
ClientCertificateTlsAuth
ServerRootCaCertificate
SdkUnknown
Members
Types
Basic
Auth
Link copied to clipboard
object
BasicAuth
:
KafkaSchemaRegistryAuthType
Client
Certificate
Tls
Auth
Link copied to clipboard
object
ClientCertificateTlsAuth
:
KafkaSchemaRegistryAuthType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
KafkaSchemaRegistryAuthType
Server
Root
Ca
Certificate
Link copied to clipboard
object
ServerRootCaCertificate
:
KafkaSchemaRegistryAuthType
Properties
value
Link copied to clipboard
abstract
val
value
:
String