AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
vpclattice
/
aws.sdk.kotlin.services.vpclattice.model
/
ListenerProtocol
Listener
Protocol
sealed
class
ListenerProtocol
Inheritors
Http
Https
TlsPassthrough
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Http
Link copied to clipboard
object
Http
:
ListenerProtocol
Indicates HTTP protocol
Https
Link copied to clipboard
object
Https
:
ListenerProtocol
Indicates HTTPS protocol
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ListenerProtocol
Tls
Passthrough
Link copied to clipboard
object
TlsPassthrough
:
ListenerProtocol
Indicates TLS_PASSTHROUGH protocol
Properties
value
Link copied to clipboard
abstract
val
value
:
String