AWS SDK for Kotlin
Toggle table of contents
1.8.12
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eks
/
aws.sdk.kotlin.services.eks.model
/
ControlPlaneEgressModeType
Control
Plane
Egress
Mode
Type
sealed
class
ControlPlaneEgressModeType
Inheritors
AwsManaged
CustomerIsolated
CustomerRouted
SdkUnknown
Members
Types
Aws
Managed
Link copied to clipboard
object
AwsManaged
:
ControlPlaneEgressModeType
Companion
Link copied to clipboard
object
Companion
Customer
Isolated
Link copied to clipboard
object
CustomerIsolated
:
ControlPlaneEgressModeType
Customer
Routed
Link copied to clipboard
object
CustomerRouted
:
ControlPlaneEgressModeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ControlPlaneEgressModeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String