Private Link Service Connection State Args
data class PrivateLinkServiceConnectionStateArgs(val actionsRequired: Output<String>? = null, val description: Output<String>? = null, val status: Output<Either<String, Status>>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStateArgs>
The private link service connection state.