toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
apprunner
/
aws.sdk.kotlin.services.apprunner.model
/
VpcIngressConnectionStatus
Vpc
Ingress
Connection
Status
sealed
class
VpcIngressConnectionStatus
Inheritors
Available
Deleted
FailedCreation
FailedDeletion
FailedUpdate
PendingCreation
PendingDeletion
PendingUpdate
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
VpcIngressConnectionStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
VpcIngressConnectionStatus
Failed
Creation
Link copied to clipboard
object
FailedCreation
:
VpcIngressConnectionStatus
Failed
Deletion
Link copied to clipboard
object
FailedDeletion
:
VpcIngressConnectionStatus
Failed
Update
Link copied to clipboard
object
FailedUpdate
:
VpcIngressConnectionStatus
Pending
Creation
Link copied to clipboard
object
PendingCreation
:
VpcIngressConnectionStatus
Pending
Deletion
Link copied to clipboard
object
PendingDeletion
:
VpcIngressConnectionStatus
Pending
Update
Link copied to clipboard
object
PendingUpdate
:
VpcIngressConnectionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
VpcIngressConnectionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String