AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
eks
/
aws.sdk.kotlin.services.eks.model
/
FargateProfileStatus
Fargate
Profile
Status
sealed
class
FargateProfileStatus
Inheritors
Active
CreateFailed
Creating
DeleteFailed
Deleting
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
FargateProfileStatus
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
FargateProfileStatus
Creating
Link copied to clipboard
object
Creating
:
FargateProfileStatus
Delete
Failed
Link copied to clipboard
object
DeleteFailed
:
FargateProfileStatus
Deleting
Link copied to clipboard
object
Deleting
:
FargateProfileStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FargateProfileStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String