toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ec2
/
aws.sdk.kotlin.services.ec2.model
/
ClientVpnAuthenticationType
Client
Vpn
Authentication
Type
sealed
class
ClientVpnAuthenticationType
Inheritors
CertificateAuthentication
DirectoryServiceAuthentication
FederatedAuthentication
SdkUnknown
Members
Types
Certificate
Authentication
Link copied to clipboard
object
CertificateAuthentication
:
ClientVpnAuthenticationType
Companion
Link copied to clipboard
object
Companion
Directory
Service
Authentication
Link copied to clipboard
object
DirectoryServiceAuthentication
:
ClientVpnAuthenticationType
Federated
Authentication
Link copied to clipboard
object
FederatedAuthentication
:
ClientVpnAuthenticationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ClientVpnAuthenticationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String