VpcEndpointStatus

sealed class VpcEndpointStatus

Specifies the current status of the VPC endpoint:

  • CREATING: Indicates that the VPC endpoint is currently being created.

  • CREATE_FAILED: Indicates that the VPC endpoint creation failed.

  • ACTIVE: Indicates that the VPC endpoint is currently active.

  • UPDATING: Indicates that the VPC endpoint is currently being updated.

  • UPDATE_FAILED: Indicates that the VPC endpoint update failed.

  • DELETING: Indicates that the VPC endpoint is currently being deleted.

  • DELETE_FAILED: Indicates that the VPC endpoint deletion failed.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class SdkUnknown(val value: String) : VpcEndpointStatus
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
abstract val value: String