AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
mailmanager
/
aws.sdk.kotlin.services.mailmanager.model
/
IngressTlsProtocolAttribute
Ingress
Tls
Protocol
Attribute
sealed
class
IngressTlsProtocolAttribute
Inheritors
Tls1_2
Tls1_3
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
IngressTlsProtocolAttribute
Tls1_
2
Link copied to clipboard
object
Tls1_2
:
IngressTlsProtocolAttribute
Tls1_
3
Link copied to clipboard
object
Tls1_3
:
IngressTlsProtocolAttribute
Properties
value
Link copied to clipboard
abstract
val
value
:
String